LinqDataSource.GetViewNames Method
Definition
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
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
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.