Summary
creates a new SODA
Linq queries are the recommended main db4o query interface.
Use
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.- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Query - Containing Type
- ISodaQueryFactory
Syntax
IQuery Query()
Return Value
Type | Description |
---|---|
IQuery | a new IQuery object |