Click or drag to resize
EntityCollectionBase<TEntity>.PerformGetMulti Method
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.2.0.0 (5.2.17.0403)
Syntax
public bool PerformGetMulti(
	QueryParameters parameters
)

Parameters

parameters
Type: SD.LLBLGen.Pro.ORMSupportClasses.QueryParameters
The parameters for the query.

Return Value

Type: Boolean
true if succeeded, false otherwise

Implements

IEntityCollection.PerformGetMulti(QueryParameters)
See Also