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

Syntax

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

See Also