 |
ChangeTrackingGetResultTableData Property |
Stores the returned data from the query by table.
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 Dictionary<string, List<Dictionary<string, Object>>> TableData { get; set; }
Public Property TableData As Dictionary(Of String, List(Of Dictionary(Of String, Object)))
Get
Set
Dim instance As ChangeTrackingGetResult
Dim value As Dictionary(Of String, List(Of Dictionary(Of String, Object)))
value = instance.TableData
instance.TableData = value
Property Value
Type:
DictionaryString,
ListDictionaryString,
Object
TableData As Collection.
RemarksThe commit_time is the time the change occured. The sys_change_operation returns the CRUD operation code that modified the row. The rest of the fields are the data from the rows that changed. Except for the Flag columns are converted into human readable boolean fields.
Note |
---|
|
See Also