Gets or sets an IDictionary that contains the alias name of the object from hql as the key and the LockMode as the value.

Namespace:  NHibernate.Engine
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Property LockModes As IDictionary
C#
public IDictionary LockModes { get; set; }
Visual C++
public:
property IDictionary^ LockModes {
	IDictionary^ get ();
	void set (IDictionary^ value);
}
JavaScript
function get_lockModes();
function set_lockModes(value);

Field Value

An IDictionary of lock modes.

See Also