共用方式為


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

要套用查詢的資料來源。

適用於