Click or drag to resize

ISelectResultFromFrom Method

Specifies the source of this select result

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

Parameters

alias
Type: SystemString
The alias of the data source to select from

Return Value

Type: ISelectResult
The modified select result
See Also