Click or drag to resize
DB2SpecificCreatorCreateObjectName Method (String, String, String)
Creates a valid object name (e.g. a name for a table or view) based on the fragments specified. The name is ready to use and contains all alias wrappings required.

Namespace:  SD.LLBLGen.Pro.DQE.DB2
Assembly:  SD.LLBLGen.Pro.DQE.DB2 (in SD.LLBLGen.Pro.DQE.DB2.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override string CreateObjectName(
	string catalogName,
	string schemaName,
	string elementName
)

Parameters

catalogName
Type: SystemString
Name of the catalog.
schemaName
Type: SystemString
Name of the schema.
elementName
Type: SystemString
Name of the element.

Return Value

Type: String
valid object name

Implements

IDbSpecificCreatorCreateObjectName(String, String, String)
See Also