Click or drag to resize

DataObjectChangeTime Property

This ChangeTime property is taken from the tblDataObject table column ChangeTime, which is not necessarily the same time as the CreateTime of the newest DataObjectVersion since the column can be updated independently for ILM integration purposes.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public virtual DateTime ChangeTime { get; }

Property Value

Type: DateTime

Implements

IDataObjectChangeTime
See Also