| DataObjectLoadOptionsBaseSkipObjectsWithInfiniteDateTimeValues Property |
Skip objects with infinite date time values in the properties specified in the list.
An infinite date time is a date time value where the year is 9999. Only the year part of the date time is checked.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic IntegerList SkipObjectsWithInfiniteDateTimeValues { get; set; }
Property Value
Type:
IntegerList
See Also