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 | |
---|---|---|
UpdatableRecord | Infrastructure. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Infrastructure. | |
Equals | Infrastructure. (Overrides Object.Equals(Object).) | |
Finalize | (inherited from Object) | |
GetHashCode | Infrastructure. (Overrides Object.GetHashCode().) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEditableObject.BeginEdit | Infrastructure. | |
IEditableObject.CancelEdit | Infrastructure. | |
IEditableObject.EndEdit | Infrastructure. | |
IDataErrorInfo.Error | Infrastructure. | |
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.