[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Native Query Interface.

Namespace: Db4objects.Db4o
Assembly:   Db4objects.Db4o (in Db4objects.Db4o.dll)

Syntax

Visual Basic (Declaration)
Function Query ( _
	predicate As Predicate, _
	comparer As IComparer _
) As IObjectSet
C#
IObjectSet Query (
	Predicate predicate,
	IComparer comparer
)
Visual C++
IObjectSet^ Query (
	Predicate^ predicate, 
	IComparer^ comparer
)

Parameters

predicate
Db4objects.Db4o.Query.Predicate
the Db4objects.Db4o.Query.Predicate containing the native query expression.
comparer
System.Collections.IComparer

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 .