Click or drag to resize

IPropertyExpressionFrom Method

Specifies where to retrieve the property from (necessary in instances where the query is coming from multiple sources)

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 alias of the source to retrieve from

Return Value

Type: IExpression
The expression, for further processing
See Also