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

Syntax

Visual Basic (Declaration)
Protected Overrides Function GetPropertyAliases ( _
	persister As ILoadable, _
	j As Integer _
) As String()
C#
protected override string[] GetPropertyAliases(
	ILoadable persister,
	int j
)
Visual C++
protected:
virtual array<String^>^ GetPropertyAliases(
	ILoadable^ persister, 
	int j
) override
JavaScript
function getPropertyAliases(persister, j);

See Also