DataAccessAdapterCoreInitClassPhase2 Method  | 
  Performs the second phase of the initialization. Done from derived classes. 
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntaxprotected void InitClassPhase2(
	string connectionString,
	bool keepConnectionOpen,
	CatalogNameUsage catalogNameUsageSetting,
	SchemaNameUsage schemaNameUsageSetting,
	string catalogNameToUse,
	string schemaNameToUse,
	CatalogNameOverwriteHashtable catalogNameOverwrites,
	SchemaNameOverwriteHashtable schemaNameOverwrites
)
Protected Sub InitClassPhase2 ( 
	connectionString As String,
	keepConnectionOpen As Boolean,
	catalogNameUsageSetting As CatalogNameUsage,
	schemaNameUsageSetting As SchemaNameUsage,
	catalogNameToUse As String,
	schemaNameToUse As String,
	catalogNameOverwrites As CatalogNameOverwriteHashtable,
	schemaNameOverwrites As SchemaNameOverwriteHashtable
)
Parameters
- connectionString
 - Type: SystemString
The connection string. - keepConnectionOpen
 - Type: SystemBoolean
if set to  [keep connection open]. - catalogNameUsageSetting
 - Type: SD.LLBLGen.Pro.ORMSupportClassesCatalogNameUsage
The catalog name usage setting. - schemaNameUsageSetting
 - Type: SD.LLBLGen.Pro.ORMSupportClassesSchemaNameUsage
The schema name usage setting. - catalogNameToUse
 - Type: SystemString
The catalog name to use. - schemaNameToUse
 - Type: SystemString
The schema name to use. - catalogNameOverwrites
 - Type: SD.LLBLGen.Pro.ORMSupportClassesCatalogNameOverwriteHashtable
The catalog name overwrites. - schemaNameOverwrites
 - Type: SD.LLBLGen.Pro.ORMSupportClassesSchemaNameOverwriteHashtable
The schema name overwrites. 
RemarksThis method is called from the CTor of the generated DataAccessAdapter class
See Also