Partager via


Propriété ResultSetView.IBindingList.SupportsSorting

Espace de noms :  System.Data.SqlServerCe
Assembly :  System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)

Syntaxe

'Déclaration
Private ReadOnly Property SupportsSorting As Boolean
    Implements IBindingList.SupportsSorting
    Get
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

Type : System.Boolean

Implémente

IBindingList.SupportsSorting

Voir aussi

Référence

ResultSetView Classe

Espace de noms System.Data.SqlServerCe