IRGDataRecord Interface

[Missing <summary> documentation for "T:Recrovit.RecroGridFramework.Data.IRGDataRecord"]

Definition

Namespace: Recrovit.RecroGridFramework.Data
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
C#
public interface IRGDataRecord : IDataRecord
Implements
IDataRecord

Properties

FieldCountGets the number of columns in the current row.
(Inherited from IDataRecord)
ItemInt32Gets the column located at the specified index.
(Inherited from IDataRecord)
ItemStringGets the column with the specified name.
(Inherited from IDataRecord)

Methods

GetBooleanGets the value of the specified column as a Boolean.
(Inherited from IDataRecord)
GetByteGets the 8-bit unsigned integer value of the specified column.
(Inherited from IDataRecord)
GetBytesReads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset.
(Inherited from IDataRecord)
GetCharGets the character value of the specified column.
(Inherited from IDataRecord)
GetCharsReads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset.
(Inherited from IDataRecord)
GetDataReturns an IDataReader for the specified column ordinal.
(Inherited from IDataRecord)
GetDataTypeNameGets the data type information for the specified field.
(Inherited from IDataRecord)
GetDateTimeGets the date and time data value of the specified field.
(Inherited from IDataRecord)
GetDecimalGets the fixed-position numeric value of the specified field.
(Inherited from IDataRecord)
GetDoubleGets the double-precision floating point number of the specified field.
(Inherited from IDataRecord)
GetFieldTypeGets the Type information corresponding to the type of Object that would be returned from GetValue(Int32).
(Inherited from IDataRecord)
GetFloatGets the single-precision floating point number of the specified field.
(Inherited from IDataRecord)
GetGuidReturns the GUID value of the specified field.
(Inherited from IDataRecord)
GetInt16Gets the 16-bit signed integer value of the specified field.
(Inherited from IDataRecord)
GetInt32Gets the 32-bit signed integer value of the specified field.
(Inherited from IDataRecord)
GetInt64Gets the 64-bit signed integer value of the specified field.
(Inherited from IDataRecord)
GetNameGets the name for the field to find.
(Inherited from IDataRecord)
GetOrdinalReturn the index of the named field.
(Inherited from IDataRecord)
GetStringGets the string value of the specified field.
(Inherited from IDataRecord)
GetValueReturn the value of the specified field.
(Inherited from IDataRecord)
GetValuesPopulates an array of objects with the column values of the current record.
(Inherited from IDataRecord)
IsDBNullReturn whether the specified field is set to null.
(Inherited from IDataRecord)

Extension Methods

See Also