Gets or sets an IDictionary that contains the named parameter as the key and the TypedValue as the value.

Namespace:  NHibernate.Engine
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Property NamedParameters As IDictionary
C#
public IDictionary NamedParameters { get; set; }
Visual C++
public:
property IDictionary^ NamedParameters {
	IDictionary^ get ();
	void set (IDictionary^ value);
}
JavaScript
function get_namedParameters();
function set_namedParameters(value);

Field Value

An IDictionary of named parameters.

See Also