Gets the Alias that should be used for the column
Namespace: NHibernate.SqlCommandAssembly: 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.