Method WithExecutingSystem
WithExecutingSystem(string)
Get all records matching an executing system type name.
Declaration
[ExcludeFromBurstCompatTesting("LINQ")]
public static EntitiesJournaling.RecordView[] WithExecutingSystem(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The system type name. |
Returns
Type | Description |
---|---|
Record |
Array of Entities |
Remarks
Throws Invalid
WithExecutingSystem(SystemHandle)
Get all records matching an executing system handle untyped.
Declaration
[ExcludeFromBurstCompatTesting("LINQ")]
public static EntitiesJournaling.RecordView[] WithExecutingSystem(SystemHandle handle)
Parameters
Type | Name | Description |
---|---|---|
System |
handle |
Returns
Type | Description |
---|---|
Record |
Array of Entities |
Remarks
Throws Invalid