Method Range
Range(Int32, Int32)
Get a number records starting from index.
Declaration
[ExcludeFromBurstCompatTesting("LINQ")]
public static EntitiesJournaling.RecordView[] Range(int index, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | index | The start index. |
| Int32 | count | The count of records. |
Returns
| Type | Description |
|---|---|
| EntitiesJournaling.RecordView[] | Array of EntitiesJournaling.RecordView. |
Remarks
Throws InvalidOperationException if records are currently locked for write.