Add a comment to the generated SQL.

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

Syntax

C#
IQuery SetComment(
	string comment
)
Visual Basic
Function SetComment ( _
	comment As String _
) As IQuery
Visual C++
IQuery^ SetComment(
	String^ comment
)

Parameters

comment
Type: System..::..String
a human-readable string

Return Value

[Missing <returns> documentation for "M:NHibernate.IQuery.SetComment(System.String)"]

See Also