| DataObjectControllerTouchDataObjects Method |
Note: This API is now obsolete.
Method will touch the provided data object id's which will stage an ILM delta import
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax[ObsoleteAttribute("Obsoleted in v14")]
public static void TouchDataObjects(
IntegerList dataObjectIds,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- dataObjectIds
- Type: IntegerList
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also