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 ReadOnly Property AllowRemove As Boolean
Implements IBindingList.AllowRemove
Get
'Usage
Dim instance As ResultSetView
Dim value As Boolean
value = CType(instance, IBindingList).AllowRemove
bool IBindingList.AllowRemove { get; }
private:
virtual property bool AllowRemove {
bool get () sealed = IBindingList::AllowRemove::get;
}
private abstract AllowRemove : bool
private override AllowRemove : bool
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Boolean