Click or drag to resize
LLBLGenProDataSourceDesigner2GetView Method
Retrieves a DesignerDataSourceView object that is identified by the view name.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override DesignerDataSourceView GetView(
	string viewName
)

Parameters

viewName
Type: SystemString
The name of the view.

Return Value

Type: DesignerDataSourceView
This implementation always returns null.

Implements

IDataSourceDesignerGetView(String)
See Also