| LLBLGenProDataSourceViewBaseGetDataContainerTypeInstance Method  | 
 
            Gets the data container type instance.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.1.0.0 (5.1.0)
Syntaxprotected Type GetDataContainerTypeInstance()
Protected Function GetDataContainerTypeInstance As Type
Return Value
Type: 
Typenull if no datacontainertypename is specified or the Type instance if a valid type name was specified. If the type can't be instantiated,
            an InvalidOperationException is thrown
See Also