DBDriverBaseOnPopulatingCatalog Method  | 
 
            Called when the catalog with the name specified is about to be populated by this driver.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntaxprotected virtual void OnPopulatingCatalog(
	string catalogName
)
Protected Overridable Sub OnPopulatingCatalog ( 
	catalogName As String
)
Parameters
- catalogName
 - Type: SystemString
Name of the catalog. 
See Also