IDb4oLinqQuery<T> Interface

Summary

IDb4oLinqQuery is the query type of Linq to db4o. Standard query operators are defined in Db4objects.Db4o.Linq.Db4oLinqQueryExtensions.
Assembly
Db4objects.Db4o.Linq-2010.dll
Namespace
Db4objects.Db4o.Linq
Interfaces
graph BT Type-.->Interface0["IDb4oLinqQuery"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Linq/IDb4oLinqQuery" Type-.->Interface1["IEnumerable"] Type-.->Interface2["IEnumerable<T>"] Type["IDb4oLinqQuery<T>"] class Type type-node

Syntax

public interface IDb4oLinqQuery<T> : IDb4oLinqQuery, IEnumerable, IEnumerable<T>

Type Parameters

Name Description
T The type of the objects that are queried from the database.

Extension Methods