共用方式為


EntityDataSource.GetView(String) 方法

定義

取得與資料來源控制項相關聯的具名資料來源檢視。

protected:
 override System::Web::UI::DataSourceView ^ GetView(System::String ^ viewName);
protected override System.Web.UI.DataSourceView GetView (string viewName);
override this.GetView : string -> System.Web.UI.DataSourceView
Protected Overrides Function GetView (viewName As String) As DataSourceView

參數

viewName
String

要擷取的檢視名稱。 由於 EntityDataSource 控制項只支援一個檢視,因此會忽略 viewName

傳回

EntityDataSourceView,與 EntityDataSource 控制項相關聯。

實作

備註

控制項 EntityDataSource 只支援一個資料來源檢視。 就像所有資料來源檢視物件一樣, EntityDataSourceView 與資料來源控制項相關聯的物件會定義其功能、執行從基礎資料庫擷取資料所需的所有工作,以及執行排序、插入、刪除和更新等作業。

適用於