Sets the VersionColumn for the UPDATE sql to use.
Namespace: NHibernate.SqlCommandAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public SqlUpdateBuilder SetVersionColumn( string[] columnNames, IVersionType versionType ) |
Visual Basic |
---|
Public Function SetVersionColumn ( _ columnNames As String(), _ versionType As IVersionType _ ) As SqlUpdateBuilder |
Visual C++ |
---|
public: SqlUpdateBuilder^ SetVersionColumn( array<String^>^ columnNames, IVersionType^ versionType ) |
Parameters
- columnNames
- Type: array<System..::..String>[]()[][]
An array of the column names for the Property
- versionType
- Type: NHibernate.Type..::..IVersionType
The IVersionType of the Version Property.