db4o

IObjectContainer.Query Method

creates a new SODA IQuery .

Use Get(Object template) for simple Query-By-Example.

Native queries are the recommended main db4o query interface.

Overload List

creates a new SODA IQuery .

Use Get(Object template) for simple Query-By-Example.

Native queries are the recommended main db4o query interface.

IList`1[[Extent]] Query();

creates a new SODA IQuery .

Use Get(Object template) for simple Query-By-Example.

Native queries are the recommended main db4o query interface.

IQuery Query();

Native Query Interface.

IObjectSet Query(Predicate);

Native Query Interface.

IObjectSet Query(Predicate,IQueryComparator);

Native Query Interface.

IObjectSet Query(Predicate,IComparer);

queries for all instances of the type extent sorting with the specified comparer.

IList`1[[Extent]] Query(IComparer`1[[Extent]]);

.NET 2.0 Native Query interface.

IList`1[[Extent]] Query(Predicate`1[[Extent]]);

Native Query Interface.

IList`1[[Extent]] Query(Predicate`1[[Extent]],IComparer`1[[Extent]]);

Native Query Interface.

IList`1[[Extent]] Query(Predicate`1[[Extent]],Comparison`1[[Extent]]);

queries for all instances of a class.

IList`1[[ElementType]] Query(Type);

queries for all instances of a class.

IObjectSet Query(Type);

See Also

IObjectContainer Interface | Db4objects.Db4o Namespace