Provides a class for reading data rows from the database. More...
Provides a class for reading data rows from the database.
|
Gets the value of the specified column as a Boolean.
|
|
Gets the value of the specified column as a byte data.
|
|
Gets an array of bytes from the specified column.
|
|
Gets the value of the specified column as char data.
|
|
Gets an array of characters from the specified column.
|
|
Unsupported by the .NET Framework.
|
|
The SQL data type name.
|
|
Gets a date/time value from the specified column.
|
|
Gets a decimal value from the specified column.
|
|
Gets a double value from the specified column.
|
|
|
|
Gets the data type of the data.
|
|
Gets a float value from the specified column.
|
|
Gets a GUID value from the specified column.
|
|
Gets a short value value from the specified column.
|
|
Gets a int value value from the specified column.
|
|
Gets a long value value from the specified column.
|
|
Gets the column name of the specified column.
|
|
Gets the column index for the specified column name.
|
|
Returns a DataTable that describes the column metadata.
|
|
Gets a string value value from the specified column.
|
|
Gets a native value from the specified column.
|
|
Gets all column values of the row as an array of objects.
|
|
Checks if the specified column contains a NULL value.
|
|
Reads next result, when reading the results of batch SQL statements.
|
|
Reads the next record from the result.
|