CurrentValueRecord クラス

定義

オブジェクト データの現在の値へのアクセスを提供します。

public ref class CurrentValueRecord abstract : System::Data::Common::DbDataRecord, System::Data::IExtendedDataRecord
public ref class CurrentValueRecord abstract : System::Data::Objects::DbUpdatableDataRecord
public abstract class CurrentValueRecord : System.Data.Common.DbDataRecord, System.Data.IExtendedDataRecord
public abstract class CurrentValueRecord : System.Data.Objects.DbUpdatableDataRecord
type CurrentValueRecord = class
    inherit DbDataRecord
    interface IExtendedDataRecord
    interface IDataRecord
type CurrentValueRecord = class
    inherit DbUpdatableDataRecord
Public MustInherit Class CurrentValueRecord
Inherits DbDataRecord
Implements IExtendedDataRecord
Public MustInherit Class CurrentValueRecord
Inherits DbUpdatableDataRecord
継承
CurrentValueRecord
継承
実装

注釈

CurrentValueRecord オブジェクトには、DbDataRecord によって追跡されるオブジェクトまたはリレーションシップの ObjectStateEntry ビューが含まれます。

CurrentValueRecordIExtendedDataRecordを実装します。これにより、エンティティ、リレーションシップ、メタデータの現在の値への読み取り専用アクセスが提供されます。

現在の値を更新できるようにするメソッドを実装します。

プロパティ

DataRecordInfo

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

DataRecordInfo

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

(継承元 DbUpdatableDataRecord)
FieldCount

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

FieldCount

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

(継承元 DbUpdatableDataRecord)
Item[Int32]

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

Item[Int32]

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

(継承元 DbUpdatableDataRecord)
Item[String]

指定されたフィールド名を使用して値を取得します。

Item[String]

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

(継承元 DbUpdatableDataRecord)

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetBoolean(Int32)

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

GetBoolean(Int32)

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

(継承元 DbUpdatableDataRecord)
GetByte(Int32)

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

GetByte(Int32)

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

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

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

GetBytes(Int32, Int64, Byte[], Int32, Int32)

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

(継承元 DbUpdatableDataRecord)
GetChar(Int32)

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

GetChar(Int32)

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

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

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

GetChars(Int32, Int64, Char[], Int32, Int32)

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

(継承元 DbUpdatableDataRecord)
GetData(Int32)

現在はサポートされていません。

(継承元 DbDataRecord)
GetDataReader(Int32)

常に NotSupportedException 例外をスローします。

GetDataReader(Int32)

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

(継承元 DbUpdatableDataRecord)
GetDataRecord(Int32)

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

GetDataRecord(Int32)

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

(継承元 DbUpdatableDataRecord)
GetDataTypeName(Int32)

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

GetDataTypeName(Int32)

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

(継承元 DbUpdatableDataRecord)
GetDateTime(Int32)

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

GetDateTime(Int32)

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

(継承元 DbUpdatableDataRecord)
GetDbDataReader(Int32)

常に NotSupportedException 例外をスローします。

GetDbDataReader(Int32)

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

(継承元 DbUpdatableDataRecord)
GetDecimal(Int32)

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

GetDecimal(Int32)

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

(継承元 DbUpdatableDataRecord)
GetDouble(Int32)

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

GetDouble(Int32)

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

(継承元 DbUpdatableDataRecord)
GetFieldType(Int32)

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

GetFieldType(Int32)

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

(継承元 DbUpdatableDataRecord)
GetFloat(Int32)

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

GetFloat(Int32)

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

(継承元 DbUpdatableDataRecord)
GetGuid(Int32)

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

GetGuid(Int32)

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

(継承元 DbUpdatableDataRecord)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetInt16(Int32)

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

GetInt16(Int32)

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

(継承元 DbUpdatableDataRecord)
GetInt32(Int32)

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

GetInt32(Int32)

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

(継承元 DbUpdatableDataRecord)
GetInt64(Int32)

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

GetInt64(Int32)

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

(継承元 DbUpdatableDataRecord)
GetName(Int32)

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

GetName(Int32)

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

(継承元 DbUpdatableDataRecord)
GetOrdinal(String)

フィールドの序数を名前によって取得します。

GetOrdinal(String)

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

(継承元 DbUpdatableDataRecord)
GetRecordValue(Int32)

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

GetRecordValue(Int32)

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

(継承元 DbUpdatableDataRecord)
GetString(Int32)

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

GetString(Int32)

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

(継承元 DbUpdatableDataRecord)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
GetValue(Int32)

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

GetValue(Int32)

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

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

レコード内のすべてのフィールド値をオブジェクト配列に取得します。

GetValues(Object[])

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

(継承元 DbUpdatableDataRecord)
IsDBNull(Int32)

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

IsDBNull(Int32)

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

(継承元 DbUpdatableDataRecord)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

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

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

SetBoolean(Int32, Boolean)

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

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

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

SetByte(Int32, Byte)

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

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

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

SetChar(Int32, Char)

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

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

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

SetDataRecord(Int32, IDataRecord)

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

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

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

SetDateTime(Int32, DateTime)

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

(継承元 DbUpdatableDataRecord)
SetDBNull(Int32)

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

SetDBNull(Int32)

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

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

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

SetDecimal(Int32, Decimal)

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

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

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

SetDouble(Int32, Double)

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

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

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

SetFloat(Int32, Single)

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

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

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

SetGuid(Int32, Guid)

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

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

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

SetInt16(Int32, Int16)

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

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

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

SetInt32(Int32, Int32)

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

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

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

SetInt64(Int32, Int64)

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

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

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

SetRecordValue(Int32, Object)

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

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

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

SetString(Int32, String)

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

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

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

SetValue(Int32, Object)

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

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

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

SetValues(Object[])

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

(継承元 DbUpdatableDataRecord)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

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

ICustomTypeDescriptor.GetAttributes()

コンポーネントのこのインスタンスのカスタム属性のコレクションを返します。

(継承元 DbDataRecord)
ICustomTypeDescriptor.GetClassName()

コンポーネントのこのインスタンスのクラス名を返します。

(継承元 DbDataRecord)
ICustomTypeDescriptor.GetComponentName()

コンポーネントのこのインスタンスの名前を返します。

(継承元 DbDataRecord)
ICustomTypeDescriptor.GetConverter()

コンポーネントのこのインスタンスの型コンバーターを返します。

(継承元 DbDataRecord)
ICustomTypeDescriptor.GetDefaultEvent()

コンポーネントのこのインスタンスの既定のイベントを返します。

(継承元 DbDataRecord)
ICustomTypeDescriptor.GetDefaultProperty()

コンポーネントのこのインスタンスの既定のプロパティを返します。

(継承元 DbDataRecord)
ICustomTypeDescriptor.GetEditor(Type)

コンポーネントのこのインスタンスに対して指定されている型のエディターを返します。

(継承元 DbDataRecord)
ICustomTypeDescriptor.GetEvents()

コンポーネントのこのインスタンスのイベントを返します。

(継承元 DbDataRecord)
ICustomTypeDescriptor.GetEvents(Attribute[])

フィルターとして指定された属性配列を使用して、コンポーネントのこのインスタンスのイベントを返します。

(継承元 DbDataRecord)
ICustomTypeDescriptor.GetProperties()

コンポーネントのこのインスタンスのプロパティを返します。

(継承元 DbDataRecord)
ICustomTypeDescriptor.GetProperties(Attribute[])

属性配列をフィルターとして使用して、コンポーネントのこのインスタンスのプロパティを返します。

(継承元 DbDataRecord)
ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor)

指定したプロパティ記述子によって記述されたプロパティを含むオブジェクトを返します。

(継承元 DbDataRecord)
IDataRecord.GetData(Int32)

常に NotSupportedException 例外をスローします。

IDataRecord.GetData(Int32)

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

(継承元 DbUpdatableDataRecord)

適用対象