Adds the Property's updatable columns to the UPDATE sql
Namespace: NHibernate.SqlCommandAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
Parameters
- columnNames
- Type: array<System..::..String>[]()[][]
An array of the column names for the Property
- updateable
- Type: array<System..::..Boolean>[]()[][]
An array of updatable column flags. If this array is null, all supplied columns are considered updatable.
- propertyType
- Type: NHibernate.Type..::..IType
The IType of the property.
Return Value
The SqlUpdateBuilder.
See Also