QueryableDataSource.GetViewNames 方法

定义

获取名称的集合,这些名称表示与 QueryableDataSource 控件关联的视图。

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

名称的集合,这些名称表示与 QueryableDataSource 控件关联的视图。

实现

适用于