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

Syntax

Visual Basic (Declaration)
Public Function GetSuffixedPropertyAliases ( _
	persister As ILoadable _
) As String()()
C#
public string[][] GetSuffixedPropertyAliases(
	ILoadable persister
)
Visual C++
public:
virtual array<array<String^>^>^ GetSuffixedPropertyAliases(
	ILoadable^ persister
) sealed
JavaScript
function getSuffixedPropertyAliases(persister);

Implements

IEntityAliases..::.GetSuffixedPropertyAliases(ILoadable)

See Also