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