DaoBasePerformGetMultiActionAsync Method |
Retrieves in the passed in entity 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)
Syntaxprotected Task<bool> PerformGetMultiActionAsync(
ITransaction containingTransaction,
QueryParameters parameters,
CancellationToken cancellationToken
)
Protected Function PerformGetMultiActionAsync (
containingTransaction As ITransaction,
parameters As QueryParameters,
cancellationToken As CancellationToken
) As Task(Of Boolean)
Parameters
- containingTransaction
- Type: SD.LLBLGen.Pro.ORMSupportClassesITransaction
A containing transaction, if caller is added to a transaction, or null if not. - parameters
- Type: SD.LLBLGen.Pro.ORMSupportClassesQueryParameters
The parameters. - cancellationToken
- Type: System.ThreadingCancellationToken
The cancellation token.
Return Value
Type:
TaskBoolean
ExceptionsException | Condition |
---|
ArgumentNullException | parameters |
See Also