Edit

Share via


EntityDataSource.GetViewNames Method

Definition

Gets a collection of names representing the list of view objects that are associated with the EntityDataSource control.

C#
protected override System.Collections.ICollection GetViewNames();

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

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1