Click or drag to resize

ProcessControllerDeleteIrrelevantWorkItems Method (SqlConnection, SqlTransaction)

Note: This API is now obsolete.

Deletes workitems which: - have been marked as deleted - never have been accepted - no actions have been made on. The method is used for cleanup.

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

Parameters

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