IBindingList.SortProperty Property

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

Syntax

'Declaration
Private ReadOnly Property SortProperty As PropertyDescriptor
    Implements IBindingList.SortProperty
    Get
'Usage
Dim instance As ResultSetView
Dim value As PropertyDescriptor

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

Property Value

Type: System.ComponentModel. . :: . .PropertyDescriptor

Implements

IBindingList. . :: . .SortProperty

See Also

Reference

ResultSetView Class

ResultSetView Members

System.Data.SqlServerCe Namespace