[Missing <summary> documentation for "T:NHibernate.Persister.Collection.ISqlLoadableCollection"]

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

Syntax

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

See Also