Click or drag to resize

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.0.0-b0520
Syntax
C#
public static IPropertyExpression Property(
	string property
)

Parameters

property
Type: SystemString
The name of the property to fetch

Return Value

Type: IPropertyExpression
An expression representing the value of a named property
See Also