Gets or creates the
View with the given name.
New
Views won't be added to the
Database
until a map function is assigned.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public View GetView(
string name
)
Parameters
- name
- Type: SystemString
The name of the View to get or create.
Return Value
Type:
ViewThe
View with the given name.
See Also