Member name | Description |
---|---|
Gets a value indicating the depth of nesting for the current row. The outermost table has a depth of zero. |
|
Gets the number of columns in the result set. |
|
Gets a value that indicates whether the SADataReader contains one or more rows. |
|
Gets a values that indicates whether the SADataReader is closed. |
|
Returns the value of a column in its native format. In C#, this property is the indexer for the SADataReader class. |
|
The number of rows changed, inserted, or deleted by execution of the SQL statement. |
|
VisibleFieldCount (inherited from DbDataReader) |
Gets the number of fields in the DbDataReader that are not hidden. |
Member name | Description |
---|---|
Closes the SADataReader. |
|
Dispose (inherited from DbDataReader) |
Releases all resources used by the current instance of the DbDataReader. |
Returns the value of the specified column as a Boolean. |
|
Returns the value of the specified column as a Byte. |
|
Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset. |
|
Returns the value of the specified column as a character. |
|
Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset. |
|
This method is not supported. When called, it throws an InvalidOperationException. |
|
Returns the name of the source data type. |
|
Returns the value of the specified column as a DateTime object. |
|
Returns the value of the specified column as a Decimal object. |
|
Returns the value of the specified column as a double-precision floating point number. |
|
Returns a IEnumerator that iterates through the SADataReader object. |
|
Returns the Type that is the data type of the object. |
|
Returns the value of the specified column as a single-precision floating point number. |
|
Returns the value of the specified column as a global unique identifier (GUID). |
|
Returns the value of the specified column as a 16-bit signed integer. |
|
Returns the value of the specified column as a 32-bit signed integer. |
|
Returns the value of the specified column as a 64-bit signed integer. |
|
Returns the name of the specified column. |
|
Returns the column ordinal, given the column name. |
|
GetProviderSpecificFieldType (inherited from DbDataReader) |
Returns the provider-specific field type of the specified column. |
GetProviderSpecificValue (inherited from DbDataReader) |
Gets the value of the specified column as an instance of Object. |
GetProviderSpecificValues (inherited from DbDataReader) |
Gets all provider-specific attribute columns in the collection for the current row. |
Returns a DataTable that describes the column metadata of the SADataReader. |
|
Returns the value of the specified column as a string. |
|
Returns the value of the specified column as a TimeSpan object. |
|
Returns the value of the specified column as a 16-bit unsigned integer. |
|
Returns the value of the specified column as a 32-bit unsigned integer. |
|
Returns the value of the specified column as a 64-bit unsigned integer. |
|
Returns the value of the specified column as an Object. |
|
Gets all the columns in the current row. |
|
Returns a value indicating whether the column contains NULL values. |
|
Advances the SADataReader to the next result, when reading the results of batch SQL statements. |
|
Reads the next row of the result set and moves the SADataReader to that row. |
|
Frees the resources associated with the object. |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |