This topic has not yet been rated - Rate this topic

IExtendedDataRecord Interface

Provides access to the column values within each row of a DbDataRecord for a DbDataReader.

Namespace:  System.Data
Assembly:  System.Data.Entity (in System.Data.Entity.dll)
public interface IExtendedDataRecord : IDataRecord

The IExtendedDataRecord type exposes the following members.

  Name Description
Public property DataRecordInfo Gets DataRecordInfo for this IExtendedDataRecord.
Public property FieldCount Gets the number of columns in the current row. (Inherited from IDataRecord.)
Public property Item[Int32] Gets the column located at the specified index. (Inherited from IDataRecord.)
Public property Item[String] Gets the column with the specified name. (Inherited from IDataRecord.)
Top
  Name Description
Public method GetBoolean Gets the value of the specified column as a Boolean. (Inherited from IDataRecord.)
Public method GetByte Gets the 8-bit unsigned integer value of the specified column. (Inherited from IDataRecord.)
Public method GetBytes Reads a stream of bytes from the specified column offset into the buffer as an array, starting at the given buffer offset. (Inherited from IDataRecord.)
Public method GetChar Gets the character value of the specified column. (Inherited from IDataRecord.)
Public method GetChars Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset. (Inherited from IDataRecord.)
Public method GetData Returns an IDataReader for the specified column ordinal. (Inherited from IDataRecord.)
Public method GetDataReader Returns nested readers as DbDataReader objects.
Public method GetDataRecord Gets a DbDataRecord object with the specified index.
Public method GetDataTypeName Gets the data type information for the specified field. (Inherited from IDataRecord.)
Public method GetDateTime Gets the date and time data value of the specified field. (Inherited from IDataRecord.)
Public method GetDecimal Gets the fixed-position numeric value of the specified field. (Inherited from IDataRecord.)
Public method GetDouble Gets the double-precision floating point number of the specified field. (Inherited from IDataRecord.)
Public method GetFieldType Gets the Type information corresponding to the type of Object that would be returned from GetValue. (Inherited from IDataRecord.)
Public method GetFloat Gets the single-precision floating point number of the specified field. (Inherited from IDataRecord.)
Public method GetGuid Returns the GUID value of the specified field. (Inherited from IDataRecord.)
Public method GetInt16 Gets the 16-bit signed integer value of the specified field. (Inherited from IDataRecord.)
Public method GetInt32 Gets the 32-bit signed integer value of the specified field. (Inherited from IDataRecord.)
Public method GetInt64 Gets the 64-bit signed integer value of the specified field. (Inherited from IDataRecord.)
Public method GetName Gets the name for the field to find. (Inherited from IDataRecord.)
Public method GetOrdinal Return the index of the named field. (Inherited from IDataRecord.)
Public method GetString Gets the string value of the specified field. (Inherited from IDataRecord.)
Public method GetValue Return the value of the specified field. (Inherited from IDataRecord.)
Public method GetValues Populates an array of objects with the column values of the current record. (Inherited from IDataRecord.)
Public method IsDBNull Return whether the specified field is set to null. (Inherited from IDataRecord.)
Top

.NET Framework

Supported in: 4, 3.5 SP1

.NET Framework Client Profile

Supported in: 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ