Click or drag to resize
EntityCollectionBaseTEntityPerformGetMultiAsync Method
Async variant of PerformGetMulti(QueryParameters). 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.3.0.0 (5.3.0)
Syntax
public Task<bool> PerformGetMultiAsync(
	QueryParameters parameters,
	CancellationToken cancellationToken
)

Parameters

parameters
Type: SD.LLBLGen.Pro.ORMSupportClassesQueryParameters
The parameters for the query.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskBoolean
true if succeeded, false otherwise

Implements

IEntityCollectionPerformGetMultiAsync(QueryParameters, CancellationToken)
Exceptions
ExceptionCondition
ArgumentNullExceptionparameters
See Also