This documentation is archived and is not being maintained.

SqlDataSourceView::RaiseUnsupportedCapabilityError Method

Compares the capabilities that are requested for an ExecuteSelect operation against those that the view supports and is called by the RaiseUnsupportedCapabilitiesError method.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected public:
virtual void RaiseUnsupportedCapabilityError(
	DataSourceCapabilities capability
) override

Parameters

capability
Type: System.Web.UI::DataSourceCapabilities
One of the DataSourceCapabilities values that is compared against the capabilities that the view supports.

ExceptionCondition
NotSupportedException

The data source does not have the selected capability enabled.

The RaiseUnsupportedCapabilityError method is used by the data source view to examine each of the capabilities that are requested by a data-bound control, which is represented by the DataSourceSelectArguments object that is passed to the Select method, and to compare those capabilities to the capabilities that are supported by the data source view. For the capabilities that are represented by the DataSourceSelectArguments object and are not supported by the data source view, a NotSupportedException exception is raised.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: