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

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

Syntax

C#
string Comment { get; set; }
Visual Basic
Property Comment As String
	Get
	Set
Visual C++
property String^ Comment {
	String^ get ();
	void set (String^ value);
}

See Also