db4o

IObjectContainer.Query Method (Predicate, IQueryComparator)

Native Query Interface.

IObjectSet Query(
   Predicate predicate,
   IQueryComparator comparator
);

Parameters

predicate
the Db4objects.Db4o.Query.Predicate containing the native query expression.
comparator
the Db4objects.Db4o.Query.IQueryComparator specifiying the sort order of the result

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 Db4objects.Db4o.Query.IQueryComparator .

See Also

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