SqlDataSourceDesigner.GetView Method
.NET Framework 3.0
Retrieves a DesignerDataSourceView object that is identified by the view name.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public DesignerDataSourceView GetView ( String viewName )
public override function GetView ( viewName : String ) : DesignerDataSourceView
Not applicable.
Parameters
- viewName
The name of the view to get.
Return Value
A DesignerDataSourceView object if found in the data source; otherwise a null reference (Nothing in Visual Basic).Community Additions
ADD
Show: