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

CurrentValueRecord は、エンティティ、リレーションシップ、メタデータの現在の値への読み取り専用アクセスを提供する IExtendedDataRecordを実装します。

現在の値の更新を許可するメソッドを実装します。

プロパティ

名前 説明
DataRecordInfo

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

DataRecordInfo

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

(継承元 DbUpdatableDataRecord)
FieldCount

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

FieldCount

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

(継承元 DbUpdatableDataRecord)
Item[Int32]

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

Item[Int32]

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

(継承元 DbUpdatableDataRecord)
Item[String]

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

Item[String]

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

(継承元 DbUpdatableDataRecord)

メソッド

名前 説明
Equals(Object)

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

(継承元 Object)
GetBoolean(Int32)

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

GetBoolean(Int32)

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

(継承元 DbUpdatableDataRecord)
GetByte(Int32)

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

GetByte(Int32)

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

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

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

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

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

(継承元 DbUpdatableDataRecord)
GetChar(Int32)

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

GetChar(Int32)

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

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

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

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)

フィールド値を 10 進数として取得します。

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)

適用対象