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.EngineAssembly: 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); } |