DQEConfigurationBaseStoreSchemaNameOverwrite Method |
Stores a schema name overwrite, which will overwrite the fromName with the toName in every call
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 protected void StoreSchemaNameOverwrite(
string fromName,
string toName
)
Protected Sub StoreSchemaNameOverwrite (
fromName As String,
toName As String
)
Parameters
- fromName
- Type: SystemString
the schema name to overwrite - toName
- Type: SystemString
the schema name to overwrite with
Return Value
Type:
See Also