Click or drag to resize

IQueryRow Methods

The IQueryRow type exposes the following members.

Methods
  NameDescription
Public methodGetBoolean
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)
Public methodGetDate
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)
Public methodGetDouble
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)
Public methodGetInt
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)
Public methodGetLong
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)
Public methodGetObject
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)
Public methodGetString
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)
Top
See Also