Summary
Native Query Interface.
		- Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o 
- Containing Type
- IObjectContainer
Syntax
IList<Extent> Query<Extent>(Predicate<Extent> match, IComparer<Extent> 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.
    
    Type Parameters
| Name | Description | 
|---|---|
| Extent | 
Parameters
| Name | Type | Description | 
|---|---|---|
| match | Predicate | |
| comparer | IComparer | 
Return Value
| Type | Description | 
|---|---|
| IList | the query result |