| ProcessControllerSaveProcess Method (Process, ProcessSaveOptions, SqlConnection, SqlTransaction) |
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static ProcessSaveOutput SaveProcess(
Process process,
ProcessSaveOptions saveOptions,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- process
- Type: Omada.OE.ModelProcess
- saveOptions
- Type: Omada.OE.ModelProcessSaveOptions
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
ProcessSaveOutput
See Also