Get the SQL table aliases of entities whose associations are subselect-loadable, returning null if this loader does not support subselect loading

Namespace:  NHibernate.Loader
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected Overridable ReadOnly Property Aliases As String()
C#
protected virtual string[] Aliases { get; }
Visual C++
protected:
virtual property array<String^>^ Aliases {
	array<String^>^ get ();
}
JavaScript
function get_aliases();

See Also