Читати англійською Редагувати

Поділитися через


LinqDataSource.GetViewNames Method

Definition

Returns a collection of names that represents the list of view objects that are associated with the LinqDataSource control.

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

Returns

A collection with one element that contains the name "DefaultView".

Implements

Remarks

The LinqDataSource control supports only one view on its underlying data, which is named DefaultView. The GetViewNames method therefore returns a collection with only one element, which contains this view name.

Applies to

Продукт Версії
.NET Framework 3.5

See also