A collection role that may be queried or loaded by outer join.

Namespace:  NHibernate.Persister.Collection
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Interface IQueryableCollection _
	Implements IPropertyMapping, IJoinable, ICollectionPersister
C#
public interface IQueryableCollection : IPropertyMapping, 
	IJoinable, ICollectionPersister
Visual C++
public interface class IQueryableCollection : IPropertyMapping, 
	IJoinable, ICollectionPersister
JavaScript
NHibernate.Persister.Collection.IQueryableCollection = function();
NHibernate.Persister.Collection.IQueryableCollection.createInterface('NHibernate.Persister.Collection.IQueryableCollection');

See Also