db4o

IObjectContainer.Query Method (Predicate`1[[Extent]], IComparer`1[[Extent]])

Native Query Interface.

IList`1[[Extent]] Query(
   Predicate`1[[Extent]] match,
   IComparer`1[[Extent]] comparer
);

Parameters

match
comparer

Return Value

the Db4objects.Db4o.IObjectSet returned by the query.

Remarks

Native Query Interface. Queries as with Db4objects.Db4o.IObjectContainer.Query(Predicate) , but will sort the resulting Db4objects.Db4o.IObjectSet according to the given IComparer .

See Also

IObjectContainer Interface | Db4objects.Db4o Namespace | IObjectContainer.Query Overload List