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.5.0.0 (5.5.18.1019)
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