Adds a columnName to the SELECT fragment.
Namespace: NHibernate.SqlCommandAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public SqlSimpleSelectBuilder AddColumn( string columnName ) |
Visual Basic |
---|
Public Function AddColumn ( _ columnName As String _ ) As SqlSimpleSelectBuilder |
Visual C++ |
---|
public: SqlSimpleSelectBuilder^ AddColumn( String^ columnName ) |
Parameters
- columnName
- Type: System..::..String
The name of the column to add.