ResultSetView.IBindingList.IsSorted Property

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

Implements

IBindingList.IsSorted

See Also

Reference

ResultSetView Class

System.Data.SqlServerCe Namespace