SqlDataSource.GetView Method
Assembly: System.Web (in system.web.dll)
protected DataSourceView GetView ( String viewName )
protected override function GetView ( viewName : String ) : DataSourceView
Parameters
- viewName
The name of the view to retrieve. Because the SqlDataSource supports only one view, viewName is ignored.
Return Value
The SqlDataSourceView named "Table" that is associated with the SqlDataSource.The SqlDataSource control supports only one data source view. As with all data source view objects, the 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.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.