Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Private Function AddNew As Object Implements IBindingList.AddNew
'Usage
Dim instance As ResultSetView
Dim returnValue As Object
returnValue = CType(instance, IBindingList).AddNew()
Object IBindingList.AddNew()
private:
virtual Object^ AddNew() sealed = IBindingList::AddNew
private abstract AddNew : unit -> Object
private override AddNew : unit -> Object
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
Type: System.Object