IExtendedDataRecord 接口

定义

DataRecord 接口支持结构化类型和丰富的元数据信息。

public interface IExtendedDataRecord : System.Data.IDataRecord
type IExtendedDataRecord = interface
    interface IDataRecord
Public Interface IExtendedDataRecord
Implements IDataRecord
派生
实现

属性

DataRecordInfo

获取 DataRecordInfoIExtendedDataRecord 的 。

方法

GetDataReader(Int32)

DbDataReader 对象的形式返回嵌套的读取器。

GetDataRecord(Int32)

使用指定的索引获取DbDataRecord 对象。

适用于