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
protected void RaiseUnsupportedCapabilityError (
	DataSourceCapabilities capability
)
protected internal override function RaiseUnsupportedCapabilityError (
	capability : DataSourceCapabilities
)
Not applicable.

Parameters

capability

One of the DataSourceCapabilities values that is compared against the capabilities that the view supports.

Exception typeCondition

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.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: