Sets the VersionColumn for the SELECT sql to use.

Namespace: NHibernate.SqlCommand
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public SqlSimpleSelectBuilder SetVersionColumn(
	string[] columnNames,
	IVersionType versionType
)
Visual Basic
Public Function SetVersionColumn ( _
	columnNames As String(), _
	versionType As IVersionType _
) As SqlSimpleSelectBuilder
Visual C++
public:
SqlSimpleSelectBuilder^ 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.

Return Value

The SqlSimpleSelectBuilder.

See Also