DataSourceSelectArguments.RaiseUnsupportedCapabilitiesError Method
Compares the capabilities requested for an ExecuteSelect(DataSourceSelectArguments) operation against those that the specified data source view supports.
Namespace: System.Web.UI
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. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Important