Namespace:  NHibernate.Loader
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsCollection As Boolean
C#
public bool IsCollection { get; }
Visual C++
public:
property bool IsCollection {
	bool get ();
}
JavaScript
function get_isCollection();

See Also