Method GetRecords
GetRecords(Ordering)
Retrieve records currently in buffer.
Declaration
public static EntitiesJournaling.RecordViewArray GetRecords(EntitiesJournaling.Ordering ordering)Parameters
| Type | Name | Description | 
|---|---|---|
| EntitiesJournaling.Ordering | ordering | 
Returns
| Type | Description | 
|---|---|
| EntitiesJournaling.RecordViewArray | 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.