IQueryRow Interface |
Namespace: Couchbase.Lite
public interface IQueryRow
The IQueryRow type exposes the following members.
Name | Description | |
---|---|---|
Document |
Gets the document that was used for creating this
entry
| |
DocumentID |
Gets the ID of the document that was used for
creating this entry
| |
Sequence |
Gets the sequence of the document that was used for
creating this entry
|
Name | Description | |
---|---|---|
GetBoolean |
Gets the Boolean value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
| |
GetDate |
Gets the DateTimeOffset value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
| |
GetDouble |
Gets the Double value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
| |
GetInt |
Gets the Int32 value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
| |
GetLong |
Gets the Int64 value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
| |
GetObject |
Gets the value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
| |
GetString |
Gets the String value of the nth selected
value of the query row (in order of what was specified in the
SELECT portion of the query)
|