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

Syntax

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

Implements

IEntityPersister..::.HasCollections

See Also