A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
Couchbase.Lite
Query Class
Query Properties
AllDocsMode Property
Database Property
Descending Property
EndKey Property
EndKeyDocId Property
GroupLevel Property
IncludeDeleted Property
InclusiveEnd Property
InclusiveStart Property
IndexUpdateMode Property
Keys Property
Limit Property
MapOnly Property
PostFilter Property
Prefetch Property
PrefixMatchLevel Property
Skip Property
StartKey Property
StartKeyDocId Property
Query
Database Property
Gets the
Database
that owns the
Query
's
View
.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
Copy
public
Database
Database
{
get
; }
Property Value
Type:
Database
The
Database
that owns the
Query
's
View
.
See Also
Reference
Query Class
Couchbase.Lite Namespace