Add a column with a specific value to the UPDATE sql
Namespace: NHibernate.SqlCommandAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public SqlUpdateBuilder AddColumn( string columnName, string val ) |
Visual Basic |
---|
Public Function AddColumn ( _ columnName As String, _ val As String _ ) As SqlUpdateBuilder |
Visual C++ |
---|
public: SqlUpdateBuilder^ AddColumn( String^ columnName, String^ val ) |
Parameters
- columnName
- Type: System..::..String
The name of the Column to add.
- val
- Type: System..::..String
A valid sql string to set as the value of the column.