Namespace:  NHibernate.Hql.Classic
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property CollectionName As String
C#
public string CollectionName { get; }
Visual C++
public:
property String^ CollectionName {
	String^ get ();
}
JavaScript
function get_collectionName();

See Also