Method WithRecordIndex
WithRecordIndex(ulong)
Get the record matching a record index.
Declaration
[ExcludeFromBurstCompatTesting("LINQ")]
public static EntitiesJournaling.RecordView[] WithRecordIndex(ulong index)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | index |
Returns
| Type | Description |
|---|---|
| RecordView[] | Array of EntitiesJournaling.RecordView. |
Remarks
Throws InvalidOperationException if records are currently locked for write.