RavenDB 2.x  Beginner's Guide
上QQ阅读APP看书,第一时间看更新

Doing more with the Management Studio

The RavenDB Management Studio is a great tool with almost everything you need right at your fingertips. Beyond displaying documents, collections, and indexes, it allows you to manage them. You can delete a document, a collection, an index, or copy data to and from the clipboard. Also, you can customize your views by choosing the columns you want to display.

Choosing the columns

Columns are a part of the Management Studio's Documents screen which is used to display database documents in the Details view mode. You may be familiar with this view type in your Documents screen. The Management Studio allows you to add or remove columns to further customize your views (columns are also referred to as fields).

Columns can be bound to properties just like you would in code or a particular item in an array (using an index and square brackets). Also, you can bind column to a document metadata or bind directly to the JSON Document object using an XAML binding syntax.