Share via


DataRowView 成员

表示 DataRow 的自定义视图。

下表列出了由 DataRowView 类型公开的成员。

公共属性

  名称 说明
Public property Supported by the .NET Compact Framework DataView 获取该行所属的 DataView
Public property Supported by the .NET Compact Framework IsEdit 指示行是否处于编辑模式。
Public property Supported by the .NET Compact Framework IsNew 指示 DataRowView 是否为新。
Public property Supported by the .NET Compact Framework Item 已重载。获取或设置指定列中的值。
Public property Supported by the .NET Compact Framework Row 获取正被查看的 DataRow
Public property Supported by the .NET Compact Framework RowVersion 获取 DataRow 的当前版本说明。

页首

公共方法

(请参见 受保护的方法 )

  名称 说明
Public method Supported by the .NET Compact Framework BeginEdit 开始编辑过程。
Public method Supported by the .NET Compact Framework CancelEdit 取消编辑过程。
Public method Supported by the .NET Compact Framework CreateChildView 已重载。 返回子级 DataTableDataView
Public method Supported by the .NET Compact Framework Delete 删除行。
Public method Supported by the .NET Compact Framework EndEdit 结束编辑过程。
Public method Supported by the .NET Compact Framework Equals 已重载。 已重写。 获取一个值,该值指示当前的 DataRowView 是否与指定对象相同。
Public method Supported by the .NET Compact Framework GetHashCode 已重写。 返回 DataRow 对象的哈希代码。
Public method Supported by the .NET Compact Framework GetType  获取当前实例的 Type。 (从 Object 继承。)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework ToString  返回表示当前 ObjectString。 (从 Object 继承。)

页首

受保护的方法

  名称 说明
Protected method Supported by the .NET Compact Framework Finalize  允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。)
Protected method Supported by the .NET Compact Framework MemberwiseClone  创建当前 Object 的浅表副本。 (从 Object 继承。)

页首

公共事件

  名称 说明
Public event Supported by the .NET Compact Framework PropertyChanged DataRowView 属性发生更改时引发的事件。

页首

显式接口实现

  名称 说明
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.ICustomTypeDescriptor.GetAttributes 有关此成员的说明,请参见 ICustomTypeDescriptor.GetAttributes
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.ICustomTypeDescriptor.GetClassName 有关此成员的说明,请参见 ICustomTypeDescriptor.GetClassName
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.ICustomTypeDescriptor.GetComponentName 有关此成员的说明,请参见 ICustomTypeDescriptor.GetComponentName
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.ICustomTypeDescriptor.GetConverter 有关此成员的说明,请参见 ICustomTypeDescriptor.GetConverter
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent 有关此成员的说明,请参见 ICustomTypeDescriptor.GetDefaultEvent
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty 有关此成员的说明,请参见 ICustomTypeDescriptor.GetDefaultProperty
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.ICustomTypeDescriptor.GetEditor 有关此成员的说明,请参见 ICustomTypeDescriptor.GetEditor
Explicit interface implementation Supported by the .NET Compact Framework System.ComponentModel.ICustomTypeDescriptor.GetEvents 已重载。 
Explicit interface implementation Supported by the .NET Compact Framework System.ComponentModel.ICustomTypeDescriptor.GetProperties 已重载。 
Explicit interface implementation Method Supported by the .NET Compact Framework System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner 有关此成员的说明,请参见 ICustomTypeDescriptor.GetPropertyOwner
Explicit interface implementation Property Supported by the .NET Compact Framework System.ComponentModel.IDataErrorInfo.Error 有关此成员的说明,请参见 IDataErrorInfo.Error
Explicit interface implementation Property Supported by the .NET Compact Framework System.ComponentModel.IDataErrorInfo.Item 有关此成员的说明,请参见 IDataErrorInfo.Item

页首

请参见

参考

DataRowView 类
System.Data 命名空间
DataRow 类