Click or drag to resize

IDataSourceAs Interface

An interface representing a source of data that comes from an Database

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public interface IDataSourceAs : IDataSource

The IDataSourceAs type exposes the following members.

Methods
  NameDescription
Public methodAs
Attaches an alias to a given data source
Top
See Also