Click or drag to resize

DatabaseCreateAllDocumentsQuery Method

Creates a Query that matches all Documents in the Database.

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

Return Value

Type: Query
Returns a Query that matches all Documents in the Databases.
See Also