ContextDataSourceView.GetSource(QueryContext) 方法

定义

检索查询上下文的源。

protected:
 override System::Object ^ GetSource(System::Web::UI::WebControls::QueryContext ^ context);
protected override object GetSource (System.Web.UI.WebControls.QueryContext context);
override this.GetSource : System.Web.UI.WebControls.QueryContext -> obj
Protected Overrides Function GetSource (context As QueryContext) As Object

参数

context
QueryContext

当前的查询上下文。

返回

Object

要应用查询的数据源。

适用于