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

Syntax

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

Implements

IJoinable..::.IsCollection

See Also