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.5.0.0 (5.5.18.1019)
Syntaxstring CreateObjectName(
	string catalogName,
	string schemaName,
	string elementName
)
Function CreateObjectName ( 
	catalogName As String,
	schemaName As String,
	elementName As String
) As String
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