Share via


RowView 类

此 API 支持 基础结构,但不能通过代码直接使用。

继承层次结构

System.Object
  System.Data.SqlServerCe.RowView

命名空间:  System.Data.SqlServerCe
程序集:  System.Data.SqlServerCe(在 System.Data.SqlServerCe.dll 中)

语法

声明
Public NotInheritable Class RowView _
    Implements IEditableObject, IDataErrorInfo, IDisposable
用法
Dim instance As RowView
public sealed class RowView : IEditableObject, 
    IDataErrorInfo, IDisposable
public ref class RowView sealed : IEditableObject, 
    IDataErrorInfo, IDisposable
[<SealedAttribute>]
type RowView =  
    class
        interface IEditableObject
        interface IDataErrorInfo
        interface IDisposable
    end
public final class RowView implements IEditableObject, IDataErrorInfo, IDisposable

RowView 类型公开以下成员。

属性

  名称 说明
公共属性 UpdatableRecord 基础结构。

页首

方法

  名称 说明
公共方法 Dispose 基础结构。
公共方法 Equals 基础结构。 (覆盖 Object.Equals(Object)。)
受保护方法 Finalize (继承自 Object
公共方法 GetHashCode 基础结构。 (覆盖 Object.GetHashCode()。)
公共方法 GetType (继承自 Object
受保护方法 MemberwiseClone (继承自 Object
公共方法 ToString (继承自 Object

页首

显式接口实现

  名称 说明
显式接口实现私有方法 IEditableObject.BeginEdit 基础结构。
显式接口实现私有方法 IEditableObject.CancelEdit 基础结构。
显式接口实现私有方法 IEditableObject.EndEdit 基础结构。
显式接口实现私有属性 IDataErrorInfo.Error 基础结构。
显式接口实现私有属性 IDataErrorInfo.Item 基础结构。

页首

线程安全

此类型的任何公共静态(在 Microsoft Visual Basic 中为共享)成员是线程安全的。不保证所有实例成员都对于线程安全的。

请参阅

参考

System.Data.SqlServerCe 命名空间