[Missing <summary> documentation for "F:NHibernate.Impl.AbstractDetachedQuery.posParams"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
protected readonly Dictionary<int, TypedValue> posParams |
Visual Basic |
---|
Protected ReadOnly posParams As Dictionary(Of Integer, TypedValue) |
Visual C++ |
---|
protected: initonly Dictionary<int, TypedValue^>^ posParams |