Method TryGetRecordDataAsSystemView
TryGetRecordDataAsSystemView(RecordView, out SystemView)
Try to retrieve record data as a EntitiesJournaling.SystemView.
Declaration
public static bool TryGetRecordDataAsSystemView(EntitiesJournaling.RecordView record, out EntitiesJournaling.SystemView systemView)
Parameters
Type | Name | Description |
---|---|---|
EntitiesJournaling.RecordView | record | The record view. |
EntitiesJournaling.SystemView | systemView | The system view. |
Returns
Type | Description |
---|---|
bool |
Remarks
Record type must be SystemAdded or SystemRemoved.