Initializes a new instance of Column.
            
Namespace: NHibernate.MappingAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public Column( string columnName )  | 
| Visual Basic | 
|---|
Public Sub New ( _ columnName As String _ )  | 
| Visual C++ | 
|---|
public: Column( String^ columnName )  | 
Parameters
- columnName
 - Type: System..::..String
The name of the column.