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