Gets a value indicating whether the System.Web.UI.WebControls.ObjectDataSourceView object that is associated with the current System.Web.UI.WebControls.ObjectDataSource control supports a sorted view on the underlying data source.
Documentation for this section has not yet been entered.
Because the System.Web.UI.WebControls.ObjectDataSource control only supports sorting data when the ObjectDataSource.Select method returns a System.Data.DataSet, System.Data.DataView, or System.Data.DataTable object, the view object cannot determine whether sorting is supported until the ObjectDataSourceView.Select(System.Web.UI.DataSourceSelectArguments) method is called and returns. For this reason, the ObjectDataSourceView.CanSort property always returns true.