DaoBaseGetMulti Method (ITransaction, IEntityFactory, QueryParameters) |
Retrieves in the calling 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.12.0.0 (5.12.0)
Syntaxpublic bool GetMulti(
ITransaction containingTransaction,
IEntityFactory entityFactoryToUse,
QueryParameters parameters
)
Public Function GetMulti (
containingTransaction As ITransaction,
entityFactoryToUse As IEntityFactory,
parameters As QueryParameters
) As Boolean
Parameters
- containingTransaction
- Type: SD.LLBLGen.Pro.ORMSupportClassesITransaction
A containing transaction, if caller is added to a transaction, or null if not. - entityFactoryToUse
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFactory
The EntityFactory to use when creating entity objects during a GetMulti() call. - parameters
- Type: SD.LLBLGen.Pro.ORMSupportClassesQueryParameters
The parameters.
Return Value
Type:
Boolean
true if succeeded, false otherwise
See Also