XmlDataSourceDesigner::IDataSourceDesigner::GetView Method (String^)

 

For a description of this member, see IDataSourceDesigner::GetView.

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

private:
virtual DesignerDataSourceView^ GetView(
	String^ viewName
) sealed = IDataSourceDesigner::GetView

Parameters

viewName
Type: System::String^

The name of a view in the underlying data source.

Return Value

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

A DesignerDataSourceView object containing information about the identified view, or null if a view with the specified name is not found.

This member is an explicit interface member implementation. It can be used only when the XmlDataSourceDesigner instance is cast to an IDataSourceDesigner interface.

.NET Framework
Available since 2.0
Return to top
Show: