NativeQueryHandler.

Execute<Extent>(IQuery, Predicate<Extent>, IQueryComparator) Method

Syntax

public virtual IList<Extent> Execute<Extent>(IQuery query, Predicate<Extent> match, IQueryComparator comparator)

Type Parameters

Name Description
Extent

Parameters

Name Type Description
query IQuery
match Predicate<Extent>
comparator IQueryComparator

Return Value

Type Description
IList<Extent>