WithFilter<TFieldType> Method (IRecordCollection<TRecord>)
- Last UpdatedApr 08, 2026
- 1 minute read
IFilteredRecordCollection<TRecord> WithFilter<TFieldType>(
string fieldName,
TFieldType value
)
IFilteredRecordCollection<TRecord^>^ WithFiltergeneric<typename TFieldType>
(
String^ fieldName,
TFieldType^ value
)
Parameters
- fieldName
- The key field name.
- value
- The key field value.
Type Parameters
- TFieldType
- The key type.
Return Value
The filtered collection.