IPropertyExpressionFrom Method |
Specifies where to retrieve the property from (necessary
in instances where the query is coming from multiple sources)
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax IExpression From(
string alias
)
Parameters
- alias
- Type: SystemString
The alias of the source to retrieve from
Return Value
Type:
IExpressionThe expression, for further processing
See Also