[Missing <summary> documentation for "M:NHibernate.SqlCommand.SqlUpdateBuilder.AddColumn(System.String,NHibernate.Type.IType)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public virtual SqlUpdateBuilder AddColumn( string columnName, IType propertyType ) |
| Visual Basic |
|---|
Public Overridable Function AddColumn ( _ columnName As String, _ propertyType As IType _ ) As SqlUpdateBuilder |
| Visual C++ |
|---|
public: virtual SqlUpdateBuilder^ AddColumn( String^ columnName, IType^ propertyType ) |
Parameters
- columnName
- Type: System..::..String
[Missing <param name="columnName"/> documentation for "M:NHibernate.SqlCommand.SqlUpdateBuilder.AddColumn(System.String,NHibernate.Type.IType)"]
- propertyType
- Type: NHibernate.Type..::..IType
[Missing <param name="propertyType"/> documentation for "M:NHibernate.SqlCommand.SqlUpdateBuilder.AddColumn(System.String,NHibernate.Type.IType)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.SqlCommand.SqlUpdateBuilder.AddColumn(System.String,NHibernate.Type.IType)"]