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.4.0.0 (5.4.0)
Syntax protected virtual void OnInitialized()
Protected Overridable Sub OnInitialized
See Also