Interface to create queries in "detached mode" where the NHibernate session is not available. All methods have the same semantics as the corresponding methods of the IQuery interface.

Namespace: NHibernate
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public interface IDetachedQuery
Visual Basic
Public Interface IDetachedQuery
Visual C++
public interface class IDetachedQuery

See Also