Click or drag to resize

IMetaSequence Property

Gets an expression for retrieving the sequence of a document (i.e. the auto-incrementing entry in the database)

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
IMetaExpression Sequence { get; }

Property Value

Type: IMetaExpression
See Also