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) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public IDictionary<string, LockMode> LockModes { get; set; }
Visual Basic
Public Property LockModes As IDictionary(Of String, LockMode)
	Get
	Set
Visual C++
public:
property IDictionary<String^, LockMode^>^ LockModes {
	IDictionary<String^, LockMode^>^ get ();
	void set (IDictionary<String^, LockMode^>^ value);
}

Field Value

An IDictionary of lock modes.

See Also