DataSourceSelectArguments::RaiseUnsupportedCapabilitiesError Method (DataSourceView^)
Compares the capabilities requested for an ExecuteSelect(DataSourceSelectArguments^) operation against those that the specified data source view supports.
Assembly: System.Web (in System.Web.dll)
Parameters
- view
-
Type:
System.Web.UI::DataSourceView^
The data source view that performs the data retrieval operation.
| Exception | Condition |
|---|---|
| NotSupportedException | The data source view does not support the data source capability specified. |
The RaiseUnsupportedCapabilitiesError(DataSourceView^) method is used by data-bound controls to compare additional requested capabilities represented by the properties of the DataSourceSelectArguments class, such as the ability to sort or page through a result set, with the capabilities supported by the data source view. The view calls its own RaiseUnsupportedCapabilityError(DataSourceCapabilities) method for each possible capability defined in the DataSourceCapabilities enumeration.
Important |
|---|
If any of the DataSourceSelectArguments properties are set, but the currently bound data source control does not support the requested capability, an InvalidOperationException exception is thrown when the DataSourceSelectArguments::RaiseUnsupportedCapabilitiesError(DataSourceView^) method is called. |
Available since 2.0
