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)
Syntaxpublic virtual void InitializeForSpecificTargetFramework(
	string targetFrameworkName
)
Public Overridable Sub InitializeForSpecificTargetFramework ( 
	targetFrameworkName As String
)
Parameters
- targetFrameworkName
 - Type: SystemString
The name of the target framework to do specific initialization work for 
See Also