| 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)
Syntaxprotected virtual void OnInitialized()
Protected Overridable Sub OnInitialized
See Also