[Missing <summary> documentation for "P:NHibernate.Engine.QueryParameters.ReadOnly"]

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

Syntax

C#
public bool ReadOnly { get; set; }
Visual Basic
Public Property ReadOnly As Boolean
	Get
	Set
Visual C++
public:
property bool ReadOnly {
	bool get ();
	void set (bool value);
}

See Also