ISodaQueryFactory.

Query() Method

Summary

creates a new SODA Db4objects.Db4o.Query.IQuery .

Linq queries are the recommended main db4o query interface.

Use Db4objects.Db4o.IObjectContainer.QueryByExample(System.Object) for simple Query-By-Example.

Syntax

IQuery Query()

Return Value

Type Description
IQuery a new IQuery object