IExtendedDataRecord Interface

Definition

DataRecord interface supporting structured types and rich metadata information.

public interface IExtendedDataRecord : System.Data.IDataRecord
type IExtendedDataRecord = interface
    interface IDataRecord
Public Interface IExtendedDataRecord
Implements IDataRecord
Derived
Implements

Properties

DataRecordInfo

Gets DataRecordInfo for this IExtendedDataRecord .

Methods

GetDataReader(Int32)

Returns nested readers as DbDataReader objects.

GetDataRecord(Int32)

Gets a DbDataRecord object with the specified index.

Applies to