WhereFieldEqualsDistinctRecords<TField> Method (IRealTimeTable)
- Last UpdatedApr 08, 2026
- 1 minute read
Gets an IEnumerable over all IRealTimeRecords in the given table, in record order, that have a fieldName that match fieldValue.
IEnumerable<IRealTimeRecord> WhereFieldEqualsDistinctRecords<TField>(
string fieldName,
TField fieldValue
)
IEnumerable<IRealTimeRecord^>^ WhereFieldEqualsDistinctRecordsgeneric<typename TField>
(
String^ fieldName,
TField^ fieldValue
)
Parameters
- fieldName
- fieldValue
Type Parameters
- TField
Return Value
An IEnumerable in record order.
Each iteration returns a new IRealTimeRecord object, where each object will be be bound to a distinct record number. Each object can be disposed of invidiaully.