ObjectDataSource.GetViewNames 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取名稱集合,表示與 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 旨在由數據綁定控件呼叫,而不是由頁面代碼呼叫。