Click or drag to resize

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
Syntax
public Dictionary<string, List<Dictionary<string, Object>>> TableData { get; set; }

Property Value

Type: DictionaryString, ListDictionaryString, Object
TableData As Collection.
Remarks

The 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 Note
  • Name - TableData
See Also