 |
ChangeTrackingGetResultTotalCount Property |
The total count of all change tracking data rows returned accross all pages.
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 int TotalCount { get; set; }
Public Property TotalCount As Integer
Get
Set
Dim instance As ChangeTrackingGetResult
Dim value As Integer
value = instance.TotalCount
instance.TotalCount = value
Property Value
Type:
Int32
TotalCount As Integer.
Remarks Note |
---|
- Name - TotalCount
- Is Identity - False
- Required On Insert - False
- Required On Update - False
- Min Value - 0
- Max Value - 2147483647
|
See Also