The following tables list the members exposed by BufferingDataReader.
Name | Description | |
---|---|---|
![]() | BufferingDataReader Constructor |
Name | Description | |
---|---|---|
![]() | 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. |
![]() | RecordsAffected | Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
Name | Description | |
---|---|---|
![]() | Close | Closes the System.Data.IDataReader Object. |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | GetBoolean | Gets the value of the specified column as a Boolean. |
![]() | GetByte | Gets the 8-bit unsigned integer value of the specified column. |
![]() | GetBytes | Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset. |
![]() | GetChar | Gets the character value of the specified column. |
![]() | GetChars | Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset. |
![]() | GetData | Returns an System.Data.IDataReader for the specified column ordinal. |
![]() | GetDataTypeName | Gets the data type information for the specified field. |
![]() | GetDateTime | Gets the date and time data value of the specified 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 System.Type information corresponding to the type of System.Object that would be returned from System.Data.IDataRecord.GetValue(System.Int32). |
![]() | GetFloat | Gets the single-precision floating point number of the specified field. |
![]() | GetGuid | Returns the GUID value of the specified field. |
![]() | GetInt16 | Gets the 16-bit signed integer value of the specified field. |
![]() | GetInt32 | Gets the 32-bit signed integer value of the specified field. |
![]() | 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 System.Data.DataTable that describes the column metadata of the System.Data.IDataReader. |
![]() | GetString | Gets the string value of the specified field. |
![]() | GetValue | Return the value of the specified field. |
![]() | GetValues | Populates an array of objects with the column values of the current record. |
![]() | IsDBNull | Return whether the specified field is set to null. |
![]() | LoadToBuffer | Loading all data from current System.Data.IDataReader to buffer, disposing it and creating new DataReader instead. For example, allows to release a db-connection to be able to open next DBDataReader when MARS is not allowed. |
![]() | NextResult | Advances the data reader to the next result, when reading the results of batch SQL statements. |
![]() | Read | Advances the System.Data.IDataReader to the next record. |
Reference
BufferingDataReader ClassTerrasoft.Core.DB Namespace
System.Data.IDataReader
IBufferingDataReader Interface