Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
protected void InitClassPhase2(
	string connectionString,
	bool keepConnectionOpen,
	CatalogNameUsage catalogNameUsageSetting,
	SchemaNameUsage schemaNameUsageSetting,
	string catalogNameToUse,
	string schemaNameToUse,
	CatalogNameOverwriteHashtable catalogNameOverwrites,
	SchemaNameOverwriteHashtable schemaNameOverwrites
)

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.
Remarks
This method is called from the CTor of the generated DataAccessAdapter class
See Also