Interface IDataSourceAs
An interface representing a source of data that comes from an Database
Namespace: Couchbase.Lite.Query
Assembly: Couchbase.Lite.dll
Syntax
public interface IDataSourceAs : IDataSource
  Methods
| Improve this Doc View SourceAs(String)
Attaches an alias to a given data source
Declaration
IDataSource As(string alias)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | alias | The alias to attach  | 
      
Returns
| Type | Description | 
|---|---|
| IDataSource | The datasource, for further operations  |