Compartilhar via


Propriedade do RDL ResultSetView.IBindingList.SupportsSorting

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

Sintaxe

'Declaração
Private ReadOnly Property SupportsSorting As Boolean
    Implements IBindingList.SupportsSorting
    Get
'Uso
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
O JScript dá suporte ao uso de implementações de interface explícitas, mas não à declaração de novas.

Valor da propriedade

Tipo: System.Boolean

Implementa

IBindingList.SupportsSorting

Consulte também

Referência

ResultSetView Classe

Namespace System.Data.SqlServerCe