Click or drag to resize

IMetaExpressionFrom Method

Specifies the source to retrieve the information from if multiple sources are used in a query

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

Parameters

alias
Type: SystemString
The name of the data source

Return Value

Type: IExpression
The expression with the alias added
See Also