Interface ISelectResultAs
An interface reprsenting a select result that can be aliased to an arbitrary name
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface ISelectResultAs : ISelectResult
Methods
| Improve this Doc View SourceAs(String)
Adds an alias to the select result
Declaration
ISelectResult As(string alias)
Parameters
Type | Name | Description |
---|---|---|
System. |
alias | The alias to assign to the select result |
Returns
Type | Description |
---|---|
ISelect |
The modified select result |