Click or drag to resize

IDataSourceAsAs Method

Attaches an alias to a given data source

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
IDataSource As(
	string alias
)

Parameters

alias
Type: SystemString
The alias to attach

Return Value

Type: IDataSource
The datasource, for further operations
See Also