Click or drag to resize
DaoBasePerformGetMultiAction Method
Overload List
  NameDescription
Protected methodPerformGetMultiAction(ITransaction, QueryParameters)
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.
Protected methodPerformGetMultiAction(ITransaction, IEntityCollection, Int64, ISortExpression, IPredicate, IRelationCollection, IPrefetchPath, ExcludeIncludeFieldsList, Int32, Int32)
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.
Top
See Also