Extends the generic ILoadable contract to add operations required by HQL

Namespace: NHibernate.Persister.Entity
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
Public Interface IQueryable _
	Implements ILoadable, IEntityPersister, IPropertyMapping, IJoinable
C#
public interface IQueryable : ILoadable, IEntityPersister, IPropertyMapping, IJoinable
Visual C++
public interface class IQueryable : ILoadable, IEntityPersister, IPropertyMapping, IJoinable