DbSpecificCreatorBaseCreateObjectName 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.12.0.0 (5.12.0)
Syntaxpublic virtual string CreateObjectName(
string catalogName,
string schemaName,
string elementName
)
Public Overridable 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:
Stringvalid object name
Implements
IDbSpecificCreatorCreateObjectName(String, String, String)
See Also