DbUpdatableDataRecord 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供对对象数据的原始值的访问。 DbUpdatableDataRecord 实现可用于更新对象的原始值的方法。
public ref class DbUpdatableDataRecord abstract : System::Data::Common::DbDataRecord, System::Data::IExtendedDataRecord
public abstract class DbUpdatableDataRecord : System.Data.Common.DbDataRecord, System.Data.IExtendedDataRecord
type DbUpdatableDataRecord = class
inherit DbDataRecord
interface IExtendedDataRecord
interface IDataRecord
Public MustInherit Class DbUpdatableDataRecord
Inherits DbDataRecord
Implements IExtendedDataRecord
- 继承
- 派生
- 实现
属性
DataRecordInfo |
获取数据记录信息。 |
FieldCount |
获取记录中的字段数。 |
Item[Int32] |
返回具有给定字段序号的值。 |
Item[String] |
获取具有给定字段名称的值。 |
方法
显式接口实现
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 形式的字段值。 |