Click or drag to resize

ProcessControllerUpdateAllActivityAssigneesText Method

Updates the activity assignees field for each and all activity in the system. Used for database migration from 5.8 to 6.0

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static void UpdateAllActivityAssigneesText(
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction
See Also