EntityDataSource.GetViewNames Method

Definition

Gets a collection of names representing the list of view objects that are associated with the EntityDataSource 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

An ICollection that contains the names of the views associated with the EntityDataSource control.

Implements

Remarks

The EntityDataSource control supports only one view on its underlying data. The GetViewNames method returns a single-element collection of this one-view name as a string.

Applies to