OriginalValueRecord クラス

定義

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

public ref class OriginalValueRecord abstract : System::Data::Objects::DbUpdatableDataRecord
public abstract class OriginalValueRecord : System.Data.Objects.DbUpdatableDataRecord
type OriginalValueRecord = class
    inherit DbUpdatableDataRecord
Public MustInherit Class OriginalValueRecord
Inherits DbUpdatableDataRecord
継承

プロパティ

名前 説明
DataRecordInfo

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

(継承元 DbUpdatableDataRecord)
FieldCount

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

(継承元 DbUpdatableDataRecord)
Item[Int32]

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

(継承元 DbUpdatableDataRecord)
Item[String]

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

(継承元 DbUpdatableDataRecord)

メソッド

名前 説明
Equals(Object)

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

(継承元 Object)
GetBoolean(Int32)

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

(継承元 DbUpdatableDataRecord)
GetByte(Int32)

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

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

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

(継承元 DbUpdatableDataRecord)
GetChar(Int32)

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

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

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

(継承元 DbUpdatableDataRecord)
GetData(Int32)

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

(継承元 DbDataRecord)
GetDataReader(Int32)

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

(継承元 DbUpdatableDataRecord)
GetDataRecord(Int32)

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

(継承元 DbUpdatableDataRecord)
GetDataTypeName(Int32)

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

(継承元 DbUpdatableDataRecord)
GetDateTime(Int32)

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

(継承元 DbUpdatableDataRecord)
GetDbDataReader(Int32)

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

(継承元 DbUpdatableDataRecord)
GetDecimal(Int32)

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

(継承元 DbUpdatableDataRecord)
GetDouble(Int32)

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

(継承元 DbUpdatableDataRecord)
GetFieldType(Int32)

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

(継承元 DbUpdatableDataRecord)
GetFloat(Int32)

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

(継承元 DbUpdatableDataRecord)
GetGuid(Int32)

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

(継承元 DbUpdatableDataRecord)
GetHashCode()

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

(継承元 Object)
GetInt16(Int32)

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

(継承元 DbUpdatableDataRecord)
GetInt32(Int32)

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

(継承元 DbUpdatableDataRecord)
GetInt64(Int32)

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

(継承元 DbUpdatableDataRecord)
GetName(Int32)

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

(継承元 DbUpdatableDataRecord)
GetOrdinal(String)

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

(継承元 DbUpdatableDataRecord)
GetRecordValue(Int32)

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

(継承元 DbUpdatableDataRecord)
GetString(Int32)

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

(継承元 DbUpdatableDataRecord)
GetType()

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

(継承元 Object)
GetValue(Int32)

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

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

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

(継承元 DbUpdatableDataRecord)
IsDBNull(Int32)

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

(継承元 DbUpdatableDataRecord)
MemberwiseClone()

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

(継承元 Object)
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)
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)

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

(継承元 DbUpdatableDataRecord)

適用対象