- viewName
- The name of the view to retrieve. Because the System.Web.UI.WebControls.SqlDataSource supports only one view, viewName is ignored.
The System.Web.UI.WebControls.SqlDataSourceView named "Table" that is associated with the System.Web.UI.WebControls.SqlDataSource.
The System.Web.UI.WebControls.SqlDataSource control supports only one data source view. As with all data source view objects, the System.Web.UI.WebControls.SqlDataSourceView object that is associated with the data source control defines its capabilities, performs all work that is necessary to retrieve data from the underlying database, and performs operations, such as sorting, inserting, deleting, and updating.