Method GetRecords
GetRecords(Ordering)
Retrieve records currently in buffer.
Declaration
public static EntitiesJournaling.RecordViewArray GetRecords(EntitiesJournaling.Ordering ordering)
Parameters
Type | Name | Description |
---|---|---|
Entities |
ordering |
Returns
Type | Description |
---|---|
Entities |
Array of record view. |
Remarks
Call will be blocking if records are currently locked for write.
For this reason, it is not recommended to call this in a debugger watch window, otherwise a deadlock might occur.