IMetaExpressionFrom Method |
Specifies the source to retrieve the information from
if multiple sources are used in a query
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax IExpression From(
string alias
)
Parameters
- alias
- Type: SystemString
The name of the data source
Return Value
Type:
IExpressionThe expression with the alias added
See Also