ContextDataSourceView.GetSource(QueryContext) 方法

定义

检索查询上下文的源。Retrieves the source of the query context.

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

当前的查询上下文。The current query context.

返回

Object

要应用查询的数据源。The data source to apply the query to.

适用于