[Missing <summary> documentation for "M:NHibernate.Hql.Classic.QueryTranslator.GetLockModes(System.Collections.Generic.IDictionary{System.String,NHibernate.LockMode})"]

Namespace: NHibernate.Hql.Classic
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public override LockMode[] GetLockModes(
	IDictionary<string, LockMode> lockModes
)
Visual Basic
Public Overrides Function GetLockModes ( _
	lockModes As IDictionary(Of String, LockMode) _
) As LockMode()
Visual C++
public:
virtual array<LockMode^>^ GetLockModes(
	IDictionary<String^, LockMode^>^ lockModes
) override

Parameters

lockModes
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, LockMode>)>)>

[Missing <param name="lockModes"/> documentation for "M:NHibernate.Hql.Classic.QueryTranslator.GetLockModes(System.Collections.Generic.IDictionary{System.String,NHibernate.LockMode})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Hql.Classic.QueryTranslator.GetLockModes(System.Collections.Generic.IDictionary{System.String,NHibernate.LockMode})"]

See Also