![]() | Initializes a new instance of the AdpDataReader class. |
![]() | Gets a value indicating the depth of nesting for the current row. |
![]() | Gets the number of columns in the current row. |
![]() | Gets a value indicating whether the data reader is closed. |
![]() | Gets the value of the specified column in its native format given the column name. |
![]() | Gets the number of rows changed, inserted, or deleted by execution of the Transact-SQL statement. |
![]() | Closes the AdpDataReader object. |
![]() | Releases the resources used by the AdpCommand. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Gets the value of the specified column as a Boolean. |
![]() | Gets the value of the specified column as a byte. |
![]() | Reads a stream of bytes from the specified column offset into the buffer an array starting at the given buffer offset. |
![]() | Gets the value of the specified column as a single character. |
![]() | Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset. |
![]() | Gets an AdpDataReader to be used when the field points to more remote structured data. |
![]() | Gets the data type information for the specified field. |
![]() | Gets the date and time data value of the spcified field. |
![]() | Gets the fixed-position numeric value of the specified field. |
![]() | Gets the double-precision floating point number of the specified field. |
![]() | Gets the Type information corresponding to the type of Object that would be returned from GetValue. |
![]() | Gets the single-precision floating point number of the specified field. |
![]() | Returns the guid value of the specified field. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the 16-bit signed integer value of the specified field. |
![]() | Gets the value of the specified column as a 32-bit signed integer. |
![]() | Gets the 64-bit signed integer value of the specified field. |
![]() | Gets the name for the field to find. |
![]() | Return the index of the named field. |
![]() | Returns a DataTable that describes the column metadata of the AdpDataReader. |
![]() | Gets the string value of the specified field. |
![]() | Gets the Type of the current instance. |
![]() | Return the value of the specified field. |
![]() | Gets all the attribute fields in the collection for the current record. |
![]() | Gets a value indicating whether the column contains non-existent or missing values. |
![]() | Advances the data reader to the next result, when reading the results of batch Transact-SQL statements. |
![]() | Advances the AdpDataReader to the next record. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
AdpDataReader Class | Advanced.Data.Provider Namespace