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

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

Syntax

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

See Also