CollectionCoreTIEntityCollectionCoreFindMatches Method |
Gets all indices of all the entities in the current order of this collection which match the passed in filter.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
SyntaxList<int> IEntityCollectionCore.FindMatches(
IPredicate filter
)
Private Function FindMatches (
filter As IPredicate
) As List(Of Integer) Implements IEntityCollectionCore.FindMatches
Parameters
- filter
- Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The filter the entity has to match with. If null, all entities match and every index is returned
Return Value
Type:
ListInt32List of indices of all entities matching the filter
Implements
IEntityCollectionCoreFindMatches(IPredicate)
See Also