IObjectContainer.

Query<Extent>(IComparer<Extent>) Method

Summary

Queries for all instances of the given type sorting with the specified comparer.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o
Containing Type
IObjectContainer

Syntax

IList<Extent> Query<Extent>(IComparer<Extent> comparer)

Type Parameters

Name Description
Extent

Parameters

Name Type Description
comparer IComparer<Extent>

Return Value

Type Description
IList<Extent>