XmlDataSourceDesigner.IDataSourceDesigner.GetView Method (String)
.NET Framework (current version)
For a description of this member, see IDataSourceDesigner.GetView.
Assembly: System.Design (in System.Design.dll)
private abstract GetView : viewName:string -> DesignerDataSourceView private override GetView : viewName:string -> DesignerDataSourceView
Parameters
- viewName
-
Type:
System.String
The name of a view in the underlying data source.
Return Value
Type: System.Web.UI.Design.DesignerDataSourceViewA DesignerDataSourceView object containing information about the identified view, or null if a view with the specified name is not found.
Implements
IDataSourceDesigner.GetView(String)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
Available since 2.0
Show: