ObjectContainerBase.

Query<Extent>(Transaction, Predicate<Extent>, IComparer<Extent>) Method

Syntax

public IList<Extent> Query<Extent>(Transaction trans, Predicate<Extent> match, IComparer<Extent> comparer)

Type Parameters

Name Description
Extent

Parameters

Name Type Description
trans Transaction
match Predicate<Extent>
comparer IComparer<Extent>

Return Value

Type Description
IList<Extent>