EntityCollectionBaseTEntityIEntityCollectionGetMulti Method (IPredicate, IPrefetchPath) |
Retrieves in this Collection object all Entity objects which match with the specified filter, formulated in the predicate or predicate expression definition, using the passed in relations to construct the total query.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax bool IEntityCollection.GetMulti(
IPredicate selectFilter,
IPrefetchPath prefetchPathToUse
)
Private Function GetMulti (
selectFilter As IPredicate,
prefetchPathToUse As IPrefetchPath
) 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) - prefetchPathToUse
- Type: SD.LLBLGen.Pro.ORMSupportClassesIPrefetchPath
the PrefetchPath which defines the graph of objects to fetch.
Return Value
Type:
Booleantrue if succeeded, false otherwise
Implements
IEntityCollectionGetMulti(IPredicate, IPrefetchPath)See Also