Actions Property (IRealTimeChangeSetEntry)
- Last UpdatedApr 08, 2026
- 1 minute read
A collection of actions performed during the operation, such as, number of fields changed in an insert.
IEnumerable<IActionPayload> Actions {get;}
property IEnumerable<IActionPayload^>^ Actions {
IEnumerable<IActionPayload^>^ get();
}