Called by the DataSourceSelectArguments.RaiseUnsupportedCapabilitiesError(DataSourceView) method to compare the capabilities requested for an DataSourceView.ExecuteSelect(DataSourceSelectArguments) operation against those that the view supports.
- capability
- One of the System.Web.UI.DataSourceCapabilities values that is compared against the capabilities that the view supports.
The DataSourceView.RaiseUnsupportedCapabilityError(DataSourceCapabilities) method is used by the data source view to examine each of the capabilities requested by a data-bound control, represented by the System.Web.UI.DataSourceSelectArguments object passed to the DataSourceView.Select(DataSourceSelectArguments, DataSourceViewSelectCallback) method, and compare it to the capabilities supported by the data source view.