IObjectContainer.

Query<ElementType>(Type) Method

Summary

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

Syntax

IList<ElementType> Query<ElementType>(Type extent)

Type Parameters

Name Description
ElementType

Parameters

Name Type Description
extent Type

Return Value

Type Description
IList<ElementType>