Advanced.Data.Provider Documentation

AdpDataReader Members

[This is preliminary documentation and subject to change.]

AdpDataReader overview

Public Instance Constructors

AdpDataReader ConstructorInitializes a new instance of the AdpDataReader class.

Public Instance Properties

Depth Gets a value indicating the depth of nesting for the current row.
FieldCount Gets the number of columns in the current row.
IsClosed Gets a value indicating whether the data reader is closed.
Item Gets the value of the specified column in its native format given the column name.
RecordsAffected Gets the number of rows changed, inserted, or deleted by execution of the Transact-SQL statement.

Public Instance Methods

Close Closes the AdpDataReader object.
Dispose Releases the resources used by the AdpCommand.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetBoolean Gets the value of the specified column as a Boolean.
GetByte Gets the value of the specified column as a byte.
GetBytes Reads a stream of bytes from the specified column offset into the buffer an array starting at the given buffer offset.
GetChar Gets the value of the specified column as a single character.
GetChars Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset.
GetData Gets an AdpDataReader to be used when the field points to more remote structured data.
GetDataTypeName Gets the data type information for the specified field.
GetDateTime Gets the date and time data value of the spcified field.
GetDecimal Gets the fixed-position numeric value of the specified field.
GetDouble Gets the double-precision floating point number of the specified field.
GetFieldType Gets the Type information corresponding to the type of Object that would be returned from GetValue.
GetFloat Gets the single-precision floating point number of the specified field.
GetGuid Returns the guid value of the specified field.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetInt16 Gets the 16-bit signed integer value of the specified field.
GetInt32 Gets the value of the specified column as a 32-bit signed integer.
GetInt64 Gets the 64-bit signed integer value of the specified field.
GetName Gets the name for the field to find.
GetOrdinal Return the index of the named field.
GetSchemaTable Returns a DataTable that describes the column metadata of the AdpDataReader.
GetString Gets the string value of the specified field.
GetType (inherited from Object)Gets the Type of the current instance.
GetValue Return the value of the specified field.
GetValues Gets all the attribute fields in the collection for the current record.
IsDBNull Gets a value indicating whether the column contains non-existent or missing values.
NextResult Advances the data reader to the next result, when reading the results of batch Transact-SQL statements.
Read Advances the AdpDataReader to the next record.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

AdpDataReader Class | Advanced.Data.Provider Namespace