OracleDQEConfigurationAddSchemaNameOverwrite Method |
Adds a schema name overwrite, which will overwrite the fromName with the toName in every call
Namespace:
SD.LLBLGen.Pro.DQE.Oracle
Assemblies:
SD.LLBLGen.Pro.DQE.OracleMS (in SD.LLBLGen.Pro.DQE.OracleMS.dll) Version: 5.4.0.0 (5.4.0)
SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.4.0.0 (5.4.0)
Syntax public OracleDQEConfiguration AddSchemaNameOverwrite(
string fromName,
string toName
)
Public Function AddSchemaNameOverwrite (
fromName As String,
toName As String
) As OracleDQEConfiguration
Parameters
- fromName
- Type: SystemString
the schema name to overwrite - toName
- Type: SystemString
the schema name to overwrite with
Return Value
Type:
OracleDQEConfigurationSee Also