Click or drag to resize

ISelectResultAsAs Method

Adds an alias to the select result

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

Parameters

alias
Type: SystemString
The alias to assign to the select result

Return Value

Type: ISelectResult
The modified select result
See Also