[Missing <summary> documentation for "F:NHibernate.Impl.AbstractDetachedQuery.posUntypeParams"]

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

Syntax

C#
protected readonly Dictionary<int, Object> posUntypeParams
Visual Basic
Protected ReadOnly posUntypeParams As Dictionary(Of Integer, Object)
Visual C++
protected:
initonly Dictionary<int, Object^>^ posUntypeParams

See Also