DataSourceView.RaiseUnsupportedCapabilityError Method
.NET Framework 3.0
Called by the RaiseUnsupportedCapabilitiesError method to compare the capabilities requested for an ExecuteSelect operation against those that the view supports.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected public: virtual void RaiseUnsupportedCapabilityError ( DataSourceCapabilities capability )
protected void RaiseUnsupportedCapabilityError ( DataSourceCapabilities capability )
protected internal function RaiseUnsupportedCapabilityError ( capability : DataSourceCapabilities )
Not applicable.
Parameters
- capability
One of the DataSourceCapabilities values that is compared against the capabilities that the view supports.
The RaiseUnsupportedCapabilityError method is used by the data source view to examine each of the capabilities requested by a data-bound control, represented by the DataSourceSelectArguments object passed to the Select method, and compare it to the capabilities supported by the data source view.
Community Additions
ADD
Show: