共用方式為


LinqDataSourceView.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

要套用查詢的資料內容。

傳回

要套用查詢的資料來源。

適用於