Db4objects.Db4o.Linq Namespace

Class Types

Class Summary
Db4oLinqQueryExtensions A class that defines some standard linq query operations that can be optimized.
ObjectContainerExtensions
QueryOptimizationException

Interface Types

Interface Summary
IDb4oLinqQuery
IDb4oLinqQuery<T> IDb4oLinqQuery is the query type of Linq to db4o. Standard query operators are defined in Db4objects.Db4o.Linq.Db4oLinqQueryExtensions.
IDb4oLinqQueryable
IDb4oLinqQueryable<T> IDb4oLinqQueryable is the query type of Linq to db4o when working with an API requiring a LINQ provider implementing System.Linq.IQueryable. The type of the objects that are queried from the database.
ILinqQueryMonitor commonConfiguration.Environment.Add(new MyLinqQueryMonitor());

Namespaces