| Devart.Common Namespace : DbDataReaderBase Class |
Depth | Overridden. Gets a value indicating the depth of nesting for the current row. |
EndOfData | Indicates whether the DbDataReaderBase has been read completely. |
FieldCount | Overridden. Gets the number of columns in the current row. |
HasRows | Overridden. Gets a value indicating whether the DbDataReader contains one or more rows. |
IsClosed | Overridden. Gets a value indicating whether the data reader is closed. |
Item | Overloaded. Overridden. Gets the value of the specified column in its native format given the column name. |
RecordsAffected | Overridden. Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
| Gets the number of fields in the |
Close | Overridden. Closes the DbDataReaderBase object. |
| Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
GetBoolean | Overloaded. Gets the value of the specified column as a Boolean. |
GetByte | Overloaded. Gets the value of the specified column as a byte. |
GetBytes | Overloaded. Overridden. Reads a stream of bytes from the specified column offset into the buffer as an array starting at the given buffer offset. |
GetChar | Overloaded. Gets the value of the specified column as a single character. |
GetChars | Overloaded. Overridden. Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset. |
GetDataTypeName | Overloaded. Overridden. Gets the name of the source data type. |
GetDateTime | Overloaded. Gets the value of the specified column as a DateTime object. |
GetDateTimeOffset | Overloaded. Gets the value of the specified column as a DateTimeOffset object. |
GetDecimal | Overloaded. Gets the value of the specified column as a DateTime object. |
GetDouble | Overloaded. Gets the value of the specified column as a double-precision floating point number. |
GetEnumerator | Overridden. Fills |
GetFieldType | Overloaded. Overridden. Gets the |
GetFloat | Overloaded. Gets the value of the specified column as a single-precision floating point number. |
GetGuid | Overloaded. Gets the value of the specified column as a globally-unique identifier (GUID). |
GetInt16 | Overloaded. Gets the value of the specified column as a 16-bit signed integer. |
GetInt32 | Overloaded. Gets the value of the specified column as a 32-bit signed integer. |
GetInt64 | Overloaded. Gets the value of the specified column as a 64-bit signed integer. |
| Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetName | Overridden. Gets the name of the specified column. |
GetOrdinal | Overridden. Gets the column ordinal, given the name of the column. |
GetProviderSpecificFieldType | Overloaded. Returns the provider-specific field type of the specified column. |
GetProviderSpecificValue | Overloaded. Gets the value of the specified column as an instance of |
GetSchemaTable | Overridden. Returns a |
GetString | Overloaded. Gets the value of the specified column as an instance of |
GetValue | Overloaded. Overridden. Gets the value of the specified column in its native format. |
GetValues | Overridden. Gets all attribute columns in the collection for the current row. |
| Obtains a lifetime service object to control the lifetime policy for this instance. |
IsDBNull | Overloaded. Gets a value indicating whether the column contains non-existent or missing values. |
NextResult | Overridden. Advances the data reader to the next result, when reading the results of batch SQL statements. |
Read | Overridden. Advances the DbDataReaderBase to the next record. |
DbDataReaderBase Class | Devart.Common Namespace | DbDataReader
© 2002 - 2013 Devart. All Rights Reserved.