Get the column names for the numbered property of this class

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

Syntax

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

Parameters

i
Type: System..::.Int32

Implements

ILoadable..::.GetPropertyColumnNames(Int32)

See Also