RowView.IEditableObject.BeginEdit Method
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
Private Sub BeginEdit Implements IEditableObject.BeginEdit
'Usage
Dim instance As RowView
CType(instance, IEditableObject).BeginEdit()
void IEditableObject.BeginEdit()
private:
virtual void BeginEdit() sealed = IEditableObject::BeginEdit
private abstract BeginEdit : unit -> unit
private override BeginEdit : unit -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.