EntityCollectionBaseTEntityIEntityCollectionGetMulti Method (IPredicate, Int64) | 
  Retrieves in this Collection object all Entity objects which match with the specified filter, formulated in the predicate or predicate expression definition.
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntaxbool IEntityCollection.GetMulti(
	IPredicate selectFilter,
	long maxNumberOfItemsToReturn
)
Private Function GetMulti ( 
	selectFilter As IPredicate,
	maxNumberOfItemsToReturn As Long
) As Boolean Implements IEntityCollection.GetMulti
Parameters
- selectFilter
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
A predicate or predicate expression which should be used as filter for the entities to retrieve. When set to null all entities will be retrieved (no filtering is being performed) - maxNumberOfItemsToReturn
 - Type: SystemInt64
 The maximum number of items to return with this retrieval query. 
Return Value
Type: 
Booleantrue if succeeded, false otherwise
Implements
IEntityCollectionGetMulti(IPredicate, Int64)
See Also