DataSourceSelectArguments.AddSupportedCapabilities Method (DataSourceCapabilities)
Adds one capability to the DataSourceSelectArguments instance, which is used to compare supported capabilities and requested capabilities.
Assembly: System.Web (in System.Web.dll)
Parameters
- capabilities
-
Type:
System.Web.UI.DataSourceCapabilities
One of the DataSourceCapabilities values.
Data source controls call the AddSupportedCapabilities(DataSourceCapabilities) method for each capability the data source supports. After the capabilities are added, any call to the RaiseUnsupportedCapabilitiesError(DataSourceView) method compares the supported capabilities against the requested capabilities (represented by setting the SortExpression, RetrieveTotalRowCount, MaximumRows, and StartRowIndex properties). For example, if a capability such as Sort is not added but the SortExpression property is set, the RaiseUnsupportedCapabilitiesError(DataSourceView) method throws a NotSupportedException exception.
Available since 2.0