To build the SQL command in pessimistic lock

Namespace: NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
SqlType[] IdAndVersionSqlTypes { get; }
Visual Basic
ReadOnly Property IdAndVersionSqlTypes As SqlType()
	Get
Visual C++
property array<SqlType^>^ IdAndVersionSqlTypes {
	array<SqlType^>^ get ();
}

See Also