Click or drag to resize

Meta Class

A class that generates expressions for retrieving metadata during a query
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.QueryMeta

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public static class Meta

The Meta type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberID
A query expression that retrieves the document ID from an entry in the database
Public propertyStatic memberSequence
A query expression that retrieves the document sequence from an entry in the database
Top
See Also