IDataSourceDesigner.GetView Method
.NET Framework 3.0
Gets the DesignerDataSourceView for the specified view.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
DesignerDataSourceView GetView ( String viewName )
function GetView (
viewName : String
) : DesignerDataSourceView
Not applicable.
Parameters
- viewName
The name of a view in the underlying data source.
Return Value
A DesignerDataSourceView containing information about the identified view, or a null reference (Nothing in Visual Basic) if a view with the specified name is not found.A class that implements IDataSourceDesigner can define a view in a way that is useful within the context of that class.
Use the GetViewNames method to get a list of view names.
Community Additions
ADD
Show: