ResultSetView.IBindingList.SupportsSorting Property

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Private ReadOnly Property SupportsSorting As Boolean
    Implements IBindingList.SupportsSorting
    Get
'Usage
Dim instance As ResultSetView
Dim value As Boolean

value = CType(instance, IBindingList).SupportsSorting
bool IBindingList.SupportsSorting { get; }
private:
virtual property bool SupportsSorting {
    bool get () sealed = IBindingList::SupportsSorting::get;
}
private abstract SupportsSorting : bool
private override SupportsSorting : bool
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Boolean

Implements

IBindingList.SupportsSorting

See Also

Reference

ResultSetView Class

System.Data.SqlServerCe Namespace