[Missing <summary> documentation for "P:NHibernate.Cfg.Loquacious.INamedQueryDefinitionBuilder.IsReadOnly"]

Namespace: NHibernate.Cfg.Loquacious
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

See Also