LinqDataSourceDesigner::GetView Method (String^)

 

Returns a data source view that has the specified name.

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

public:
virtual DesignerDataSourceView^ GetView(
	String^ viewName
) override

Parameters

viewName
Type: System::String^

The name of the view to return.

Return Value

Type: System.Web.UI.Design::DesignerDataSourceView^

An object whose name is specified by viewName; otherwise, null.

.NET Framework
Available since 3.5
Return to top
Show: