Gets the Alias that should be used for the column

Namespace: NHibernate.SqlCommand
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public string GetAlias(
	string columnName
)
Visual Basic
Public Function GetAlias ( _
	columnName As String _
) As String
Visual C++
public:
String^ GetAlias(
	String^ columnName
)

Parameters

columnName
Type: System..::..String
The name of the column to get the Alias for.

Return Value

The Alias if one exists, null otherwise

See Also