DbSpecificCreatorBaseGetNewPerCallSchemaName Method (String) |
Gets the new schema name from the per-call hashtable name overwrites set into this object. If no per call name pairs are defined or the
name passed in isn't found, the same name passed in is returned. Wraps the returned value in identifier wrapping chars (e.g. []) if needed.
If this is unneeded, call the overload which accepts a flag for this.
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 string GetNewPerCallSchemaName(
string currentName
)
Public Function GetNewPerCallSchemaName (
currentName As String
) As String
Parameters
- currentName
- Type: SystemString
Name of the current.
Return Value
Type:
Stringthe new name
Implements
IDbSpecificCreatorGetNewPerCallSchemaName(String)
See Also