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 |