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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SuffixedPropertyAliases As String()()
C#
public string[][] SuffixedPropertyAliases { get; }
Visual C++
public:
virtual property array<array<String^>^>^ SuffixedPropertyAliases {
	array<array<String^>^>^ get () sealed;
}
JavaScript
function get_suffixedPropertyAliases();

Implements

IEntityAliases..::.SuffixedPropertyAliases

See Also