Click or drag to resize

DataSource Class

A factory class for creating data sources for queries
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.QueryDataSource

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public static class DataSource

The DataSource type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDatabase
Creates a data source for an IQuery that gets results from the given Database(Database)
Top
See Also