| DataExchangeControllerDeleteDataExchangeConfigurationMapFields Method (IntegerList, SqlConnection, SqlTransaction) |
Deletes the provided mapping fields from the DataExchange.
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 DeleteDataExchangeConfigurationMapFields(
IntegerList deletingFieldIds,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- deletingFieldIds
- Type: IntegerList
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also