Summary
Queries for all instances of a class.
		- Assembly
 - Db4objects
.Db4o-2010 .dll  - Namespace
 - Db4objects
.Db4o  - Containing Type
 - IObjectContainer
 
Syntax
IObjectSet Query(Type clazz)
	Remarks
Queries for all instances of a class.
	Parameters
| Name | Type | Description | 
|---|---|---|
| clazz | Type | the class to query for. | 
Return Value
| Type | Description | 
|---|---|
| IObjectSet | all instances of the given class |