Click or drag to resize

DataExchangeControllerExecuteDataExchange Method (Int32, Boolean, SqlConnection)

Executes the DataExchange with the provided ID.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static int ExecuteDataExchange(
	int configId,
	bool testMode,
	SqlConnection dbConnection
)

Parameters

configId
Type: SystemInt32
testMode
Type: SystemBoolean
dbConnection
Type: System.Data.SqlClientSqlConnection

Return Value

Type: Int32
The Id of the logentry generated by the exchange.
See Also