db4o

IObjectContainer.Query Method (Predicate, IComparer)

Native Query Interface.

IObjectSet Query(
   Predicate predicate,
   IComparer comparer
);

Parameters

predicate
the Db4objects.Db4o.Query.Predicate containing the native query expression.
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 System.Collections.IComparer .

See Also

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