[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
queries for all instances of a class.
Namespace: Db4objects.Db4o
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Function Query ( _ clazz As Type _ ) As IObjectSet |
C# |
---|
IObjectSet Query ( Type clazz ) |
Visual C++ |
---|
IObjectSet^ Query ( Type^ clazz ) |
Parameters
- clazz
- System.Type
the class to query for.
Return Value
the Db4objects.Db4o.IObjectSet returned by the query.
Remarks
queries for all instances of a class.