Interface IMetaExpression
Represents an expression that is meant to retrieve metadata information inside of an IQuery
Inherited Members
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IMetaExpression : IExpression
Methods
| Improve this Doc View SourceFrom(String)
Specifies the source to retrieve the information from if multiple sources are used in a query
Declaration
IExpression From(string alias)
Parameters
Type | Name | Description |
---|---|---|
System.String | alias | The name of the data source |
Returns
Type | Description |
---|---|
IExpression | The expression with the alias added |