Gets a collection of names representing the list of view objects that are associated with the System.Web.UI.WebControls.SqlDataSource control.
![]()
An ICollection that contains the names of the views associated with the System.Web.UI.WebControls.SqlDataSource.
The System.Web.UI.WebControls.SqlDataSource control supports only one view on its underlying data, named "Table". The SqlDataSource.GetViewNames method returns a single-element collection of this one view name.