Click or drag to resize

DatabaseGetView Method

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
C#
public View GetView(
	string name
)

Parameters

name
Type: SystemString
The name of the View to get or create.

Return Value

Type: View
The View with the given name.
See Also