Click or drag to resize

ViewCreateQuery Method

Creates a new Query for this view.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public Query CreateQuery()

Return Value

Type: Query
A new Query for this view.
See Also