| DataExchangeControllerDeleteDataExchangeConfiguration Method (DataExchangeConfigurationBase, SqlConnection, SqlTransaction) |
Deletes the provided DataExchangeConfiguration object in the database.
The delete is logged into the configuration change log.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static void DeleteDataExchangeConfiguration(
DataExchangeConfigurationBase configuration,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- configuration
- Type: Omada.OE.ModelDataExchangeConfigurationBase
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also