RowView Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  System.Data.SqlServerCe.RowView

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public NotInheritable Class RowView _
    Implements IEditableObject, IDataErrorInfo, IDisposable
'Usage
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

The RowView type exposes the following members.

Properties

  Name Description
Public property UpdatableRecord Infrastructure.

Top

Methods

  Name Description
Public method Dispose Infrastructure.
Public method Equals Infrastructure. (Overrides Object.Equals(Object).)
Protected method Finalize (inherited from Object)
Public method GetHashCode Infrastructure. (Overrides Object.GetHashCode().)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString (inherited from Object)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEditableObject.BeginEdit Infrastructure.
Explicit interface implemetationPrivate method IEditableObject.CancelEdit Infrastructure.
Explicit interface implemetationPrivate method IEditableObject.EndEdit Infrastructure.
Explicit interface implemetationPrivate property IDataErrorInfo.Error Infrastructure.
Explicit interface implemetationPrivate property IDataErrorInfo.Item Infrastructure.

Top

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Data.SqlServerCe Namespace