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