Returns the column alias names used to persist/query the numbered property of the class or a subclass (optional operation).

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Function GetSubclassPropertyColumnAliases ( _
	propertyName As String, _
	suffix As String _
) As String()
C#
string[] GetSubclassPropertyColumnAliases(
	string propertyName,
	string suffix
)
Visual C++
array<String^>^ GetSubclassPropertyColumnAliases(
	String^ propertyName, 
	String^ suffix
)
JavaScript
function getSubclassPropertyColumnAliases(propertyName, suffix);

Parameters

propertyName
Type: System..::.String
suffix
Type: System..::.String

Return Value

See Also