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.String | alias | The alias of the data source to select from |
Returns
Type | Description |
---|---|
ISelectResult | The modified select result |