LinqDataSource.GetViewNames Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a collection of names that represents the list of view objects that are associated with the LinqDataSource 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
A collection with one element that contains the name "DefaultView".
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.
Продукт | Версії |
---|---|
.NET Framework | 3.5 |
Відгук про .NET
.NET – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук: