ExpressionProperty Method |
Returns an expression representing the value of a named property
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax public static IPropertyExpression Property(
string property
)
Parameters
- property
- Type: SystemString
The name of the property to fetch
Return Value
Type:
IPropertyExpressionAn expression representing the value of a named property
See Also