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)

适用于