Click or drag to resize
TypedListCoreOnInitialized Method
Method which is called at the end of the InitClass() method in the generated typedlist class. This method can be used to add additional DataColumn definitions to the typedlist's base class, which is a datatable.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual void OnInitialized()
See Also