QueryableDataSource.GetViewNames Method

Definition

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

Returns

A collection of names that represent views that are associated with the QueryableDataSource control.

Implements

Applies to