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

目前的查詢背景。

傳回

要應用查詢的資料來源。

適用於