Click or drag to resize

DBDriverBaseInitializeForSpecificTargetFramework Method

Will perform specific initialization work for the driver instance, like mapping table updates, for the target framework specified. The default implementation is empty.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
public virtual void InitializeForSpecificTargetFramework(
	string targetFrameworkName
)

Parameters

targetFrameworkName
Type: SystemString
The name of the target framework to do specific initialization work for
See Also