The IDataReaderExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
GetAllBytes(IDataRecord, Int32) |
Gets the value of the specified column as a Byte array.
|
![]() ![]() |
GetAllBytes(IDataRecord, String) | |
![]() ![]() |
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 Char.
|
![]() ![]() |
GetChars |
Reads a stream of chars from the specified column offset into the buffer an array starting at the given buffer offset.
|
![]() ![]() |
GetData |
Gets an IDataReader to be used when the field points to more remote structured data.
|
![]() ![]() |
GetDataTypeName |
Gets the name of the source data type.
|
![]() ![]() |
GetDateTime |
Gets the value of the specified column as a DateTime.
|
![]() ![]() |
GetDecimal |
Gets the value of the specified column as a Decimal.
|
![]() ![]() |
GetDouble |
Gets the value of the specified column as a Double.
|
![]() ![]() |
GetFieldType |
Gets the Type that is the data type of the object.
|
![]() ![]() |
GetFloat |
Gets the value of the specified column as a Single.
|
![]() ![]() |
GetGuid |
Gets the value of the specified column as a Guid.
|
![]() ![]() |
GetInt16 |
Gets the value of the specified column as a Int16.
|
![]() ![]() |
GetInt32 |
Gets the value of the specified column as a Int32.
|
![]() ![]() |
GetInt64 |
Gets the value of the specified column as a Int64.
|
![]() ![]() |
GetNullableAllBytes(IDataRecord, Int32) | |
![]() ![]() |
GetNullableAllBytes(IDataRecord, String) | |
![]() ![]() |
GetNullableBoolean(IDataRecord, Int32) | |
![]() ![]() |
GetNullableBoolean(IDataRecord, String) | |
![]() ![]() |
GetNullableByte(IDataRecord, Int32) | |
![]() ![]() |
GetNullableByte(IDataRecord, String) | |
![]() ![]() |
GetNullableBytes(IDataRecord, Int32, Int64, array<Byte>[]()[][], Int32, Int32) |
Reads a stream of bytes from the specified column offset into the buffer an array starting at the given buffer offset.
|
![]() ![]() |
GetNullableBytes(IDataRecord, String, Int64, array<Byte>[]()[][], Int32, Int32) |
Reads a stream of bytes from the specified column offset into the buffer an array starting at the given buffer offset.
|
![]() ![]() |
GetNullableChar(IDataRecord, Int32) | |
![]() ![]() |
GetNullableChar(IDataRecord, String) | |
![]() ![]() |
GetNullableChars(IDataRecord, Int32, Int64, array<Char>[]()[][], Int32, Int32) |
Reads a stream of chars from the specified column offset into the buffer an array starting at the given buffer offset.
|
![]() ![]() |
GetNullableChars(IDataRecord, String, Int64, array<Char>[]()[][], Int32, Int32) |
Reads a stream of chars from the specified column offset into the buffer an array starting at the given buffer offset.
|
![]() ![]() |
GetNullableDateTime(IDataRecord, Int32) | |
![]() ![]() |
GetNullableDateTime(IDataRecord, String) | |
![]() ![]() |
GetNullableDecimal(IDataRecord, Int32) | |
![]() ![]() |
GetNullableDecimal(IDataRecord, String) | |
![]() ![]() |
GetNullableDouble(IDataRecord, Int32) | |
![]() ![]() |
GetNullableDouble(IDataRecord, String) | |
![]() ![]() |
GetNullableFloat(IDataRecord, Int32) | |
![]() ![]() |
GetNullableFloat(IDataRecord, String) | |
![]() ![]() |
GetNullableGuid(IDataRecord, Int32) | |
![]() ![]() |
GetNullableGuid(IDataRecord, String) | |
![]() ![]() |
GetNullableInt16(IDataRecord, Int32) | |
![]() ![]() |
GetNullableInt16(IDataRecord, String) | |
![]() ![]() |
GetNullableInt32(IDataRecord, Int32) | |
![]() ![]() |
GetNullableInt32(IDataRecord, String) | |
![]() ![]() |
GetNullableInt64(IDataRecord, Int32) | |
![]() ![]() |
GetNullableInt64(IDataRecord, String) | |
![]() ![]() |
GetNullableString(IDataRecord, Int32) | |
![]() ![]() |
GetNullableString(IDataRecord, String) | |
![]() ![]() |
GetNullableValue(IDataRecord, Int32) |
Gets the value of the specified column in its native format or null of it the value is DBNull.
|
![]() ![]() |
GetNullableValue(IDataRecord, String) |
Gets the value of the specified column in its native format or null of it the value is DBNull.
|
![]() ![]() |
GetString |
Gets the value of the specified column as a String.
|
![]() ![]() |
GetValue |
Gets the value of the specified column in its native format.
|
![]() ![]() |
IsDBNull |
Gets a value that indicates whether the column contains non-existent or missing values.
|