Adds an alias to the select result
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax ISelectResult As(
string alias
)
Parameters
- alias
- Type: SystemString
The alias to assign to the select result
Return Value
Type:
ISelectResultThe modified select result
See Also