Extends the generic ILoadable contract to add operations required by HQL

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

Syntax

C#
public interface IQueryable : ILoadable, 
	IEntityPersister, IOptimisticCacheSource, IPropertyMapping, IJoinable
Visual Basic
Public Interface IQueryable _
	Inherits ILoadable, IEntityPersister, IOptimisticCacheSource, IPropertyMapping,  _
	IJoinable
Visual C++
public interface class IQueryable : ILoadable, 
	IEntityPersister, IOptimisticCacheSource, IPropertyMapping, IJoinable

See Also