ResultSetView.IBindingList.AddNew Method

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

Implements

IBindingList.AddNew()

See Also

Reference

ResultSetView Class

System.Data.SqlServerCe Namespace