Interface ISelectResultFrom
An interface representing a select result "FROM" a certain data source
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface ISelectResultFrom : ISelectResult
Methods
| Improve this Doc View SourceFrom(String)
Specifies the source of this select result
Declaration
ISelectResult From(string alias)
Parameters
Type | Name | Description |
---|---|---|
System. |
alias | The alias of the data source to select from |
Returns
Type | Description |
---|---|
ISelect |
The modified select result |