Click or drag to resize

DataObjectControllerGetMaxDataObjectChangeTime Method (IntegerList, SqlConnection, SqlTransaction)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static DateTime GetMaxDataObjectChangeTime(
	IntegerList dataObjectTypeIds,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dataObjectTypeIds
Type: IntegerList
Can be null or empty. In such cases, no filter on types are applied
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: DateTime
See Also