 |
ChangeTrackingGetResultPageLatestDate Property |
The latest occuring change on the specified page of results.
Created in Epic SDK 2019.
Namespace:
ASI.TAM.API.Data.ChangeTracking
Assembly:
ASI.TAM.API.Data.ChangeTracking (in ASI.TAM.API.Data.ChangeTracking.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<DateTime> PageLatestDate { get; set; }
Public Property PageLatestDate As Nullable(Of DateTime)
Get
Set
Dim instance As ChangeTrackingGetResult
Dim value As Nullable(Of DateTime)
value = instance.PageLatestDate
instance.PageLatestDate = value
Property Value
Type:
NullableDateTime
PageLatestDate As DateTime?.
RemarksThis is the same as finding the latest commit_time on all the data rows of the returned page. This can be used to query the changes that occur after the changes that were just retrieved. This would be perform better than iterating over the total pages.
Note |
---|
|
See Also