ISelectResultFromFrom Method |
Specifies the source of this select result
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax ISelectResult From(
string alias
)
Parameters
- alias
- Type: SystemString
The alias of the data source to select from
Return Value
Type:
ISelectResultThe modified select result
See Also