ObjectContainerBase.

Query<ElementType>(Transaction, Type, IComparer<ElementType>) Method

Syntax

public IList<ElementType> Query<ElementType>(Transaction trans, Type extent, IComparer<ElementType> comparer)

Type Parameters

Name Description
ElementType

Parameters

Name Type Description
trans Transaction
extent Type
comparer IComparer<ElementType>

Return Value

Type Description
IList<ElementType>