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