Click or drag to resize

ISelectResultFrom Interface

An interface representing a select result "FROM" a certain data source

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

The ISelectResultFrom type exposes the following members.

Methods
  NameDescription
Public methodFrom
Specifies the source of this select result
Top
See Also