IExtendedDataRecord インターフェイス

定義

DbDataRecordDbDataReader の各行内にある列の値へのアクセスを提供します。

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

プロパティ

DataRecordInfo

この DataRecordInfoIExtendedDataRecord を取得します。

FieldCount

現在の行の列の数を取得します。

(継承元 IDataRecord)
Item[Int32]

指定したインデックスにある列を取得します。

(継承元 IDataRecord)
Item[String]

指定された名前を持つ列を取得します。

(継承元 IDataRecord)

メソッド

GetBoolean(Int32)

指定された列の値を Boolean として取得します。

(継承元 IDataRecord)
GetByte(Int32)

指定された列の 8 ビット符号なし整数値を取得します。

(継承元 IDataRecord)
GetBytes(Int32, Int64, Byte[], Int32, Int32)

指定した列オフセットから、指定したバッファー オフセットから始まるバイトのストリームを、配列としてバッファーに読み取ります。

(継承元 IDataRecord)
GetChar(Int32)

指定された列の文字値を取得します。

(継承元 IDataRecord)
GetChars(Int32, Int64, Char[], Int32, Int32)

指定した列オフセットから、指定したバッファー オフセットから始まる文字列ストリームを、配列としてバッファーに読み取ります。

(継承元 IDataRecord)
GetData(Int32)

指定された列序数の IDataReader を返します。

(継承元 IDataRecord)
GetDataReader(Int32)

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

GetDataRecord(Int32)

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

GetDataTypeName(Int32)

指定されたフィールドのデータ型情報を取得します。

(継承元 IDataRecord)
GetDateTime(Int32)

指定されたフィールドの日付と時刻のデータ値を取得します。

(継承元 IDataRecord)
GetDecimal(Int32)

指定されたフィールドの固定位置の数値を取得します。

(継承元 IDataRecord)
GetDouble(Int32)

指定されたフィールドの倍精度浮動小数点値を取得します。

(継承元 IDataRecord)
GetFieldType(Int32)

GetValue(Int32) から返される Object の型に対応する Type 情報を取得します。

(継承元 IDataRecord)
GetFloat(Int32)

指定されたフィールドの単精度浮動小数点値を取得します。

(継承元 IDataRecord)
GetGuid(Int32)

指定したフィールドの GUID 値を返します。

(継承元 IDataRecord)
GetInt16(Int32)

指定されたフィールドの 16 ビット符号付き整数値を取得します。

(継承元 IDataRecord)
GetInt32(Int32)

指定されたフィールドの 32 ビット符号付き整数値を取得します。

(継承元 IDataRecord)
GetInt64(Int32)

指定されたフィールドの 64 ビット符号付き整数値を取得します。

(継承元 IDataRecord)
GetName(Int32)

検索するフィールドの名前を取得します。

(継承元 IDataRecord)
GetOrdinal(String)

名前付きフィールドのインデックスを返します。

(継承元 IDataRecord)
GetString(Int32)

指定したフィールドの文字列値を取得します。

(継承元 IDataRecord)
GetValue(Int32)

指定したフィールドの値を返します。

(継承元 IDataRecord)
GetValues(Object[])

現在のレコードの列の値を持つオブジェクトの配列を設定します。

(継承元 IDataRecord)
IsDBNull(Int32)

指定されたフィールドが null に設定されているかどうかを返します。

(継承元 IDataRecord)

適用対象