ResultSetView.IBindingList.AddNew 方法

命名空间:  System.Data.SqlServerCe
程序集:  System.Data.SqlServerCe(在 System.Data.SqlServerCe.dll 中)

语法

声明
Private Function AddNew As Object Implements IBindingList.AddNew
用法
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 支持使用显式接口实现,但不支持声明新显式接口实现。

返回值

类型:System.Object

实现

IBindingList.AddNew()

请参阅

参考

ResultSetView 类

System.Data.SqlServerCe 命名空间