Method WithExecutingSystem
WithExecutingSystem(IEnumerable<RecordView>, string)
Get all records matching an executing system type name.
Declaration
[ExcludeFromBurstCompatTesting("LINQ")]
public static IEnumerable<EntitiesJournaling.RecordView> WithExecutingSystem(this IEnumerable<EntitiesJournaling.RecordView> records, string name)
Parameters
| Type | Name | Description | 
|---|---|---|
| IEnumerable<EntitiesJournaling.RecordView> | records | |
| string | name | The system type name.  | 
    
Returns
| Type | Description | 
|---|---|
| IEnumerable<EntitiesJournaling.RecordView> | IEnumerable of EntitiesJournaling.RecordView.  | 
    
Remarks
Throws InvalidOperationException if records are currently locked for write.
WithExecutingSystem(IEnumerable<RecordView>, SystemHandle)
Get all records matching an executing system handle untyped.
Declaration
[ExcludeFromBurstCompatTesting("LINQ")]
public static IEnumerable<EntitiesJournaling.RecordView> WithExecutingSystem(this IEnumerable<EntitiesJournaling.RecordView> records, SystemHandle handle)
Parameters
| Type | Name | Description | 
|---|---|---|
| IEnumerable<EntitiesJournaling.RecordView> | records | |
| SystemHandle | handle | 
Returns
| Type | Description | 
|---|---|
| IEnumerable<EntitiesJournaling.RecordView> | IEnumerable of EntitiesJournaling.RecordView.  | 
    
Remarks
Throws InvalidOperationException if records are currently locked for write.