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.1.0-b0134
Syntaxpublic interface ISelectResultFrom : ISelectResult
The ISelectResultFrom type exposes the following members.
Methods
| Name | Description |
---|
 | From |
Specifies the source of this select result
|
Top
See Also