Share via


CurrentValueRecord クラス

定義

エンティティのプロパティに現在割り当てられている値。

public abstract class CurrentValueRecord : System.Data.Entity.Core.Objects.DbUpdatableDataRecord
type CurrentValueRecord = class
    inherit DbUpdatableDataRecord
Public MustInherit Class CurrentValueRecord
Inherits DbUpdatableDataRecord
継承
CurrentValueRecord

プロパティ

DataRecordInfo

データ レコード情報を取得します。

(継承元 DbUpdatableDataRecord)
FieldCount

レコード内のフィールド数を取得します。

(継承元 DbUpdatableDataRecord)
Item[Int32]

指定されたフィールドの序数を持つ値を返します。

(継承元 DbUpdatableDataRecord)
Item[String]

指定したフィールド名を持つ値を取得します。

(継承元 DbUpdatableDataRecord)

メソッド

GetBoolean(Int32)

フィールド値を Boolean として取得します。

(継承元 DbUpdatableDataRecord)
GetByte(Int32)

フィールド値をバイトとして取得します。

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

フィールド値をバイト配列として取得します。

(継承元 DbUpdatableDataRecord)
GetChar(Int32)

フィールド値を文字として取得します。

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

フィールド値を文字配列として取得します。

(継承元 DbUpdatableDataRecord)
GetDataReader(Int32)

フィールド値を System.Common.DbDataReader として取得します。

(継承元 DbUpdatableDataRecord)
GetDataRecord(Int32)

フィールド値を DbDataRecord として取得します。

(継承元 DbUpdatableDataRecord)
GetDataTypeName(Int32)

フィールドのデータ型の名前を取得します。

(継承元 DbUpdatableDataRecord)
GetDateTime(Int32)

フィールド値を DateTime として取得します。

(継承元 DbUpdatableDataRecord)
GetDbDataReader(Int32)

フィールド値を System.Common.DbDataReader として取得します。

(継承元 DbUpdatableDataRecord)
GetDecimal(Int32)

フィールド値を decimal として取得します。

(継承元 DbUpdatableDataRecord)
GetDouble(Int32)

フィールド値を double として取得します。

(継承元 DbUpdatableDataRecord)
GetFieldType(Int32)

フィールドの型を取得します。

(継承元 DbUpdatableDataRecord)
GetFloat(Int32)

フィールド値を float として取得します。

(継承元 DbUpdatableDataRecord)
GetGuid(Int32)

フィールド値を Guid として取得します。

(継承元 DbUpdatableDataRecord)
GetInt16(Int32)

フィールド値を Int16 として取得します。

(継承元 DbUpdatableDataRecord)
GetInt32(Int32)

フィールド値を Int32 として取得します。

(継承元 DbUpdatableDataRecord)
GetInt64(Int32)

フィールド値を Int64 として取得します。

(継承元 DbUpdatableDataRecord)
GetName(Int32)

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

(継承元 DbUpdatableDataRecord)
GetOrdinal(String)

フィールドの名前を使用して、フィールドの序数を取得します。

(継承元 DbUpdatableDataRecord)
GetRecordValue(Int32)

フィールドの値を取得します。

(継承元 DbUpdatableDataRecord)
GetString(Int32)

フィールド値を文字列として取得します。

(継承元 DbUpdatableDataRecord)
GetValue(Int32)

フィールドの値を取得します。

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

オブジェクトの配列に現在のレコードのフィールド値を設定します。

(継承元 DbUpdatableDataRecord)
IsDBNull(Int32)

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

(継承元 DbUpdatableDataRecord)
SetBoolean(Int32, Boolean)

レコード内のフィールドの値を設定します。

(継承元 DbUpdatableDataRecord)
SetByte(Int32, Byte)

レコード内のフィールドの値を設定します。

(継承元 DbUpdatableDataRecord)
SetChar(Int32, Char)

レコード内のフィールドの値を設定します。

(継承元 DbUpdatableDataRecord)
SetDataRecord(Int32, IDataRecord)

レコード内のフィールドの値を設定します。

(継承元 DbUpdatableDataRecord)
SetDateTime(Int32, DateTime)

レコード内のフィールドの値を設定します。

(継承元 DbUpdatableDataRecord)
SetDBNull(Int32)

フィールドを DBNull 値に設定します。

(継承元 DbUpdatableDataRecord)
SetDecimal(Int32, Decimal)

レコード内のフィールドの値を設定します。

(継承元 DbUpdatableDataRecord)
SetDouble(Int32, Double)

レコード内のフィールドの値を設定します。

(継承元 DbUpdatableDataRecord)
SetFloat(Int32, Single)

レコード内のフィールドの値を設定します。

(継承元 DbUpdatableDataRecord)
SetGuid(Int32, Guid)

レコード内のフィールドの値を設定します。

(継承元 DbUpdatableDataRecord)
SetInt16(Int32, Int16)

レコード内のフィールドの値を設定します。

(継承元 DbUpdatableDataRecord)
SetInt32(Int32, Int32)

レコード内のフィールドの値を設定します。

(継承元 DbUpdatableDataRecord)
SetInt64(Int32, Int64)

レコード内のフィールドの値を設定します。

(継承元 DbUpdatableDataRecord)
SetRecordValue(Int32, Object)

レコード内のフィールドの値を設定します。

(継承元 DbUpdatableDataRecord)
SetString(Int32, String)

レコード内のフィールドの値を設定します。

(継承元 DbUpdatableDataRecord)
SetValue(Int32, Object)

レコード内のフィールドの値を設定します。

(継承元 DbUpdatableDataRecord)
SetValues(Object[])

レコード内の複数のフィールド値を設定します。

(継承元 DbUpdatableDataRecord)

明示的なインターフェイスの実装

IDataRecord.GetData(Int32)

フィールド値を IDataReader として取得します。

(継承元 DbUpdatableDataRecord)

適用対象