| DataObjectControllerGetTargetProcessIds Method (Int32, StateFlags, SqlConnection, SqlTransaction) |
Note: This API is now obsolete.
Returns ID's for the undeleted process instances that use the specified dataobject as target
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax[ObsoleteAttribute]
public static IntegerList GetTargetProcessIds(
int dataObjectId,
StateFlags stateFlags,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- dataObjectId
- Type: SystemInt32
- stateFlags
- Type: Omada.OE.ModelStateFlags
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
IntegerList
See Also