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

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

Syntax

C#
public interface IQueryableCollection : IPropertyMapping, 
	IJoinable, ICollectionPersister
Visual Basic
Public Interface IQueryableCollection _
	Inherits IPropertyMapping, IJoinable, ICollectionPersister
Visual C++
public interface class IQueryableCollection : IPropertyMapping, 
	IJoinable, ICollectionPersister

See Also