Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected virtual void OnPopulatingCatalog(
	string catalogName
)

Parameters

catalogName
Type: SystemString
Name of the catalog.
See Also