ObjectContainerExtensions Class

Assembly
Db4objects.Db4o.Linq-2010.dll
Namespace
Db4objects.Db4o.Linq
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["ObjectContainerExtensions"] class Type type-node

Syntax

public static class ObjectContainerExtensions

Methods

Name Value Summary
AsQueryable<T>(ISodaQueryFactory) IDb4oLinqQueryable<T>
static
Cast<T>(ISodaQueryFactory) IDb4oLinqQuery<T>
This is the entry point of Linq to db4o. It allows the compiler to call the standard query operators in Db4objects.Db4o.Linq.IDb4oLinqQuery. The optimized methods are defined as extension methods on the Db4objects.Db4o.Linq.IDb4oLinqQuery marker interface.
static