共用方式為


ObjectDataSource.GetViewNames 方法

定義

擷取名稱集合,表示與 ObjectDataSource 物件關聯的檢視物件清單。

protected:
 override System::Collections::ICollection ^ GetViewNames();
protected override System.Collections.ICollection GetViewNames ();
override this.GetViewNames : unit -> System.Collections.ICollection
Protected Overrides Function GetViewNames () As ICollection

傳回

ICollection,包含與 ObjectDataSource 關聯的檢視名稱。

備註

控件 ObjectDataSource 在其基礎數據上只支援一個名為 DefaultView的檢視。 方法會 GetViewNames 傳回這個一個檢視名稱的單一元素集合。

方法 GetViewNames 旨在由數據綁定控件呼叫,而不是由頁面代碼呼叫。

適用於

另請參閱