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

Syntax

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

See Also