次の方法で共有


IExtendedDataRecord インターフェイス

定義

構造化型と豊富なメタデータ情報をサポートする DataRecord インターフェイス。

public interface IExtendedDataRecord : System.Data.IDataRecord
type IExtendedDataRecord = interface
    interface IDataRecord
Public Interface IExtendedDataRecord
Implements IDataRecord
派生
実装

プロパティ

DataRecordInfo

この IExtendedDataRecord の を取得DataRecordInfoします。

メソッド

GetDataReader(Int32)

入れ子になったリーダーを DbDataReader オブジェクトとして返します。

GetDataRecord(Int32)

指定したインデックスの DbDataRecord オブジェクトを取得します。

適用対象