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.4.0.0 (5.4.0)
Syntax string 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:
StringSee Also