RowView Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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
Inheritance Hierarchy
System. . :: . .Object
System.Data.SqlServerCe..::..RowView
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.