Summary
Native Query Interface.
		- Assembly
 - Db4objects
.Db4o-2010 .dll  - Namespace
 - Db4objects
.Db4o  - Containing Type
 - IObjectContainer
 
Syntax
IObjectSet Query(Predicate predicate, IComparer comparer)
	Remarks
    Prefer LINQ over Native Queries.
    
Native Query Interface. Queries as with
	Native Query Interface. Queries as with
Db4objects.Db4o.IObjectContainer.Query(Db4objects.Db4o.Query.Predicate),
    but will sort the resulting result according to the given comperator.
    
    Parameters
| Name | Type | Description | 
|---|---|---|
| predicate | Predicate | 
    the
    Db4objects.Db4o.Query.Predicate
    containing the native query expression.
     | 
					
| comparer | IComparer | 
Return Value
| Type | Description | 
|---|---|
| IObjectSet | the query result |