Get the result set column names mapped for this property (properties of this class, only).

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

Syntax

Visual Basic (Declaration)
Function GetPropertyColumnNames ( _
	i As Integer _
) As String()
C#
string[] GetPropertyColumnNames(
	int i
)
Visual C++
array<String^>^ GetPropertyColumnNames(
	int i
)
JavaScript
function getPropertyColumnNames(i);

Parameters

i
Type: System..::.Int32

See Also