ResultSetView.IBindingList.SupportsSorting Propiedad
Espacio de nombres: System.Data.SqlServerCe
Ensamblado: System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)
Sintaxis
'Declaración
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
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Valor de la propiedad
Tipo: System.Boolean