ObjectDesignerDataSourceView.CanSort Property

Definition

Gets a value that indicates whether the associated data source control can sort rows.

public:
 virtual property bool CanSort { bool get(); };
public override bool CanSort { get; }
member this.CanSort : bool
Public Overrides ReadOnly Property CanSort As Boolean

Property Value

Always true.

Remarks

The CanSort property indicates that ObjectDataSource controls can sort result-set rows. The SortParameterName property specifies the parameter in the collection that is referenced by the SelectParameters property that is used to define the sort expression.

Applies to

See also