Attaches an alias to a given data source
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax IDataSource As(
string alias
)
Parameters
- alias
- Type: SystemString
The alias to attach
Return Value
Type:
IDataSourceThe datasource, for further operations
See Also