IQueryRow Methods |
The IQueryRow type exposes the following members.
| 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)
|