Click or drag to resize
IDbSpecificCreatorCreateObjectName 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.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
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
See Also