DataSourceSelectArguments.RaiseUnsupportedCapabilitiesError 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将为 ExecuteSelect(DataSourceSelectArguments) 操作请求的功能与指定的数据源视图所支持的功能进行比较。
public:
void RaiseUnsupportedCapabilitiesError(System::Web::UI::DataSourceView ^ view);
public void RaiseUnsupportedCapabilitiesError (System.Web.UI.DataSourceView view);
member this.RaiseUnsupportedCapabilitiesError : System.Web.UI.DataSourceView -> unit
Public Sub RaiseUnsupportedCapabilitiesError (view As DataSourceView)
参数
- view
- DataSourceView
执行数据检索操作的数据源视图。
例外
数据源视图不支持指定的数据源功能。
注解
RaiseUnsupportedCapabilitiesError(DataSourceView)数据绑定控件使用 方法将类的属性DataSourceSelectArguments表示的其他请求功能(例如对结果集进行排序或分页的功能)与数据源视图支持的功能进行比较。 视图为枚举中DataSourceCapabilities定义的每个可能的功能调用其自己的RaiseUnsupportedCapabilityError(DataSourceCapabilities)方法。
重要
如果设置了任何 DataSourceSelectArguments 属性,但当前绑定的数据源控件不支持请求的功能, InvalidOperationException 则在调用 方法时 DataSourceSelectArguments.RaiseUnsupportedCapabilitiesError(DataSourceView) 将引发异常。