IExtendedDataRecord Interface

 

Provides DataRecord interface supporting structured types and rich metadata information.

Namespace:   System.Data.Entity.Core
Assembly:  EntityFramework (in EntityFramework.dll)

public interface IExtendedDataRecord : IDataRecord

NameDescription
System_CAPS_pubpropertyDataRecordInfo

Gets the DataRecordInfo property describing the contents of the record.

System_CAPS_pubpropertyFieldCount

(Inherited from IDataRecord.)

System_CAPS_pubpropertyItem[Int32]

(Inherited from IDataRecord.)

System_CAPS_pubpropertyItem[String]

(Inherited from IDataRecord.)

NameDescription
System_CAPS_pubmethodGetBoolean(Int32)

(Inherited from IDataRecord.)

System_CAPS_pubmethodGetByte(Int32)

(Inherited from IDataRecord.)

System_CAPS_pubmethodGetBytes(Int32, Int64, Byte[], Int32, Int32)

(Inherited from IDataRecord.)

System_CAPS_pubmethodGetChar(Int32)

(Inherited from IDataRecord.)

System_CAPS_pubmethodGetChars(Int32, Int64, Char[], Int32, Int32)

(Inherited from IDataRecord.)

System_CAPS_pubmethodGetData(Int32)

(Inherited from IDataRecord.)

System_CAPS_pubmethodGetDataReader(Int32)

Returns nested readers as DbDataReader objects.

System_CAPS_pubmethodGetDataRecord(Int32)

Gets a DbDataRecord object with the specified index.

System_CAPS_pubmethodGetDataTypeName(Int32)

(Inherited from IDataRecord.)

System_CAPS_pubmethodGetDateTime(Int32)

(Inherited from IDataRecord.)

System_CAPS_pubmethodGetDecimal(Int32)

(Inherited from IDataRecord.)

System_CAPS_pubmethodGetDouble(Int32)

(Inherited from IDataRecord.)

System_CAPS_pubmethodGetFieldType(Int32)

(Inherited from IDataRecord.)

System_CAPS_pubmethodGetFloat(Int32)

(Inherited from IDataRecord.)

System_CAPS_pubmethodGetGuid(Int32)

(Inherited from IDataRecord.)

System_CAPS_pubmethodGetInt16(Int32)

(Inherited from IDataRecord.)

System_CAPS_pubmethodGetInt32(Int32)

(Inherited from IDataRecord.)

System_CAPS_pubmethodGetInt64(Int32)

(Inherited from IDataRecord.)

System_CAPS_pubmethodGetName(Int32)

(Inherited from IDataRecord.)

System_CAPS_pubmethodGetOrdinal(String)

(Inherited from IDataRecord.)

System_CAPS_pubmethodGetString(Int32)

(Inherited from IDataRecord.)

System_CAPS_pubmethodGetValue(Int32)

(Inherited from IDataRecord.)

System_CAPS_pubmethodGetValues(Object[])

(Inherited from IDataRecord.)

System_CAPS_pubmethodIsDBNull(Int32)

(Inherited from IDataRecord.)