QueryableDataSource.GetViewNames 方法
定义
获取名称的集合,这些名称表示与 QueryableDataSource 控件关联的视图。Gets a collection of names that represent views that are associated with the QueryableDataSource control.
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
返回
名称的集合,这些名称表示与 QueryableDataSource 控件关联的视图。A collection of names that represent views that are associated with the QueryableDataSource control.