Platform Core .NET Assemblies API
BufferingDataReader Class Members
See Also  Properties  Methods  Send Feedback
Terrasoft.Core.DB Namespace : BufferingDataReader Class

Glossary Item Box

The following tables list the members exposed by BufferingDataReader.

Public Constructors

Public Properties

 NameDescription
Public PropertyDepthGets a value indicating the depth of nesting for the current row.  
Public PropertyFieldCountGets the number of columns in the current row.  
Public PropertyIsClosedGets a value indicating whether the data reader is closed.  
Public PropertyRecordsAffectedGets the number of rows changed, inserted, or deleted by execution of the SQL statement.  
Top

Public Methods

 NameDescription
Public MethodCloseCloses the System.Data.IDataReader Object.  
Public MethodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Public MethodGetBooleanGets the value of the specified column as a Boolean.  
Public MethodGetByteGets the 8-bit unsigned integer value of the specified column.  
Public MethodGetBytesReads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset.  
Public MethodGetCharGets the character value of the specified column.  
Public MethodGetCharsReads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset.  
Public MethodGetDataReturns an System.Data.IDataReader for the specified column ordinal.  
Public MethodGetDataTypeNameGets the data type information for the specified field.  
Public MethodGetDateTimeGets the date and time data value of the specified field.  
Public MethodGetDecimalGets the fixed-position numeric value of the specified field.  
Public MethodGetDoubleGets the double-precision floating point number of the specified field.  
Public MethodGetFieldTypeGets the System.Type information corresponding to the type of System.Object that would be returned from System.Data.IDataRecord.GetValue(System.Int32).  
Public MethodGetFloatGets the single-precision floating point number of the specified field.  
Public MethodGetGuidReturns the GUID value of the specified field.  
Public MethodGetInt16Gets the 16-bit signed integer value of the specified field.  
Public MethodGetInt32Gets the 32-bit signed integer value of the specified field.  
Public MethodGetInt64Gets the 64-bit signed integer value of the specified field.  
Public MethodGetNameGets the name for the field to find.  
Public MethodGetOrdinalReturn the index of the named field.  
Public MethodGetSchemaTableReturns a System.Data.DataTable that describes the column metadata of the System.Data.IDataReader.  
Public MethodGetStringGets the string value of the specified field.  
Public MethodGetValueReturn the value of the specified field.  
Public MethodGetValuesPopulates an array of objects with the column values of the current record.  
Public MethodIsDBNullReturn whether the specified field is set to null.  
Public MethodLoadToBufferLoading 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.  
Public MethodNextResultAdvances the data reader to the next result, when reading the results of batch SQL statements.  
Public MethodReadAdvances the System.Data.IDataReader to the next record.  
Top

See Also

© Terrasoft 2002-2018.