SqlDataSource::GetViewNames Method ()

 

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

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual ICollection^ GetViewNames() override

Return Value

Type: System.Collections::ICollection^

An ICollection that contains the names of the views associated with the SqlDataSource.

The SqlDataSource control supports only one view on its underlying data, named "Table". The GetViewNames method returns a single-element collection of this one view name.

.NET Framework
Available since 2.0
Return to top
Show: