Get the names of the collection element columns (or the primary key columns in the case of a one-to-many association), aliased by the given table alias

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

Syntax

Visual Basic (Declaration)
Function GetElementColumnNames ( _
	alias As String _
) As String()
C#
string[] GetElementColumnNames(
	string alias
)
Visual C++
array<String^>^ GetElementColumnNames(
	String^ alias
)
JavaScript
function getElementColumnNames(alias);

Parameters

alias
Type: System..::.String

See Also