Adds the Property's columns to the UPDATE sql
Namespace: NHibernate.SqlCommandAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public SqlUpdateBuilder AddColumns( string[] columnNames, IType propertyType ) |
Visual Basic |
---|
Public Function AddColumns ( _ columnNames As String(), _ propertyType As IType _ ) As SqlUpdateBuilder |
Visual C++ |
---|
public: SqlUpdateBuilder^ AddColumns( array<String^>^ columnNames, IType^ propertyType ) |
Parameters
- columnNames
- Type: array<System..::..String>[]()[][]
An array of the column names for the Property
- propertyType
- Type: NHibernate.Type..::..IType
The IType of the property.