The alias of the owner of this fetched association.

Namespace: NHibernate.Engine.Query.Sql
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public string OwnerAlias { get; }
Visual Basic
Public ReadOnly Property OwnerAlias As String
	Get
Visual C++
public:
property String^ OwnerAlias {
	String^ get ();
}

See Also