LLBLGenProDataSourceDesignerGetView 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.12.0.0 (5.12.0)
Syntaxpublic override DesignerDataSourceView GetView(
	string viewName
)
Public Overrides Function GetView ( 
	viewName As String
) As DesignerDataSourceView
Parameters
- viewName
 - Type: SystemString
The name of the view. 
Return Value
Type: 
DesignerDataSourceViewThis implementation always returns null.
Implements
IDataSourceDesignerGetView(String)
See Also