See Also

DbDataReaderBase Class  | Devart.Common Namespace  | DbDataReader

See AlsoDevart.DataSend comments on this topic.

DbDataReaderBase Class Members

Devart.Common Namespace : DbDataReaderBase Class

DbDataReaderBase overview

Public Properties

Public Property DepthOverridden. Gets a value indicating the depth of nesting for the current row.
Public Property EndOfDataIndicates whether the DbDataReaderBase has been read completely.
Public Property FieldCountOverridden. Gets the number of columns in the current row.
Public Property HasRowsOverridden. Gets a value indicating whether the DbDataReader contains one or more rows.
Public Property IsClosedOverridden. Gets a value indicating whether the data reader is closed.
Public Property ItemOverloaded. Overridden. Gets the value of the specified column in its native format given the column name.
Public Property RecordsAffectedOverridden. Gets the number of rows changed, inserted, or deleted by execution of the SQL statement.
Public Property VisibleFieldCount (Inherited from System.Data.Common.DbDataReader)Gets the number of fields in the DbDataReader that are not hidden.

Public Methods

Public Method CloseOverridden. Closes the DbDataReaderBase object.
Public Method CreateObjRef (Inherited from System.MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Public Method GetBooleanOverloaded. Gets the value of the specified column as a Boolean.
Public Method GetByteOverloaded. Gets the value of the specified column as a byte.
Public Method GetBytesOverloaded. Overridden. Reads a stream of bytes from the specified column offset into the buffer as an array starting at the given buffer offset.
Public Method GetCharOverloaded. Gets the value of the specified column as a single character.
Public Method GetCharsOverloaded. Overridden. Reads a stream of characters from the specified column offset into the buffer as an array starting at the given buffer offset.
Public Method GetDataTypeNameOverloaded. Overridden. Gets the name of the source data type.
Public Method GetDateTimeOverloaded. Gets the value of the specified column as a DateTime object.
Public Method GetDateTimeOffsetOverloaded. Gets the value of the specified column as a DateTimeOffset object.
Public Method GetDecimalOverloaded. Gets the value of the specified column as a DateTime object.
Public Method GetDoubleOverloaded. Gets the value of the specified column as a double-precision floating point number.
Public Method GetEnumeratorOverridden. Fills IEnumerator object with data from DbDataReaderBase.
Public Method GetFieldTypeOverloaded. Overridden. Gets the Type that is the data type of the object.
Public Method GetFloatOverloaded. Gets the value of the specified column as a single-precision floating point number.
Public Method GetGuidOverloaded. Gets the value of the specified column as a globally-unique identifier (GUID).
Public Method GetInt16Overloaded. Gets the value of the specified column as a 16-bit signed integer.
Public Method GetInt32Overloaded. Gets the value of the specified column as a 32-bit signed integer.
Public Method GetInt64Overloaded. Gets the value of the specified column as a 64-bit signed integer.
Public Method GetLifetimeService (Inherited from System.MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Public Method GetNameOverridden. Gets the name of the specified column.
Public Method GetOrdinalOverridden. Gets the column ordinal, given the name of the column.
Public Method GetProviderSpecificFieldTypeOverloaded. Returns the provider-specific field type of the specified column.
Public Method GetProviderSpecificValueOverloaded. Gets the value of the specified column as an instance of Object
Public Method GetSchemaTableOverridden. Returns a DataTable that describes the column metadata of the DbDataReaderBase.
Public Method GetStringOverloaded. Gets the value of the specified column as an instance of String
Public Method GetValueOverloaded. Overridden. Gets the value of the specified column in its native format.
Public Method GetValuesOverridden. Gets all attribute columns in the collection for the current row.
Public Method InitializeLifetimeService (Inherited from System.MarshalByRefObject)Obtains a lifetime service object to control the lifetime policy for this instance.
Public Method IsDBNullOverloaded. Gets a value indicating whether the column contains non-existent or missing values.
Public Method NextResultOverridden. Advances the data reader to the next result, when reading the results of batch SQL statements.
Public Method ReadOverridden. Advances the DbDataReaderBase to the next record.

See Also

DbDataReaderBase Class  | Devart.Common Namespace  | DbDataReader

 

 


© 2002 - 2013 Devart. All Rights Reserved.