Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected Type GetDataContainerTypeInstance()

Return Value

Type: Type
null 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