共用方式為


IExtendedDataRecord 介面

定義

DataRecord 介面支援結構化類型和豐富的中繼資料資訊。

public interface IExtendedDataRecord : System.Data.IDataRecord
type IExtendedDataRecord = interface
    interface IDataRecord
Public Interface IExtendedDataRecord
Implements IDataRecord
衍生
實作

屬性

DataRecordInfo

取得 DataRecordInfo 這個 IExtendedDataRecord 的 。

方法

GetDataReader(Int32)

傳回巢狀讀取器做為 DbDataReader 物件。

GetDataRecord(Int32)

取得具有所指定索引的 DbDataRecord 物件。

適用於