Lock rows in the cursor explicitly using INTENT row locks.

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

Syntax

C#
public string ForUpdateByLockString { get; }
Visual Basic
Public ReadOnly Property ForUpdateByLockString As String
	Get
Visual C++
public:
property String^ ForUpdateByLockString {
	String^ get ();
}

See Also