Click or drag to resize

ExpressionMeta Method

Creates an object that can generate expressions for retrieving metadata about a result

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

Return Value

Type: IMeta
An object that can generate expressions for retrieving metadata about a result
See Also