Interface IPropertyExpression
An interface for an expression that will retrieve a property from a keypath
Inherited Members
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IPropertyExpression : IExpression
  Methods
| Improve this Doc View SourceFrom(String)
Specifies where to retrieve the property from (necessary in instances where the query is coming from multiple sources)
Declaration
IExpression From(string alias)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | alias | The alias of the source to retrieve from  | 
      
Returns
| Type | Description | 
|---|---|
| IExpression | The expression, for further processing  |