ResultSetView.IBindingList.AllowNew 属性
命名空间: System.Data.SqlServerCe
程序集: System.Data.SqlServerCe(在 System.Data.SqlServerCe.dll 中)
语法
声明
Private ReadOnly Property AllowNew As Boolean
Implements IBindingList.AllowNew
Get
用法
Dim instance As ResultSetView
Dim value As Boolean
value = CType(instance, IBindingList).AllowNew
bool IBindingList.AllowNew { get; }
private:
virtual property bool AllowNew {
bool get () sealed = IBindingList::AllowNew::get;
}
private abstract AllowNew : bool
private override AllowNew : bool
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。