[Missing <summary> documentation for "M:NHibernate.Impl.DetachedNamedQuery.SetComment(System.String)"]

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

Syntax

C#
public override IDetachedQuery SetComment(
	string comment
)
Visual Basic
Public Overrides Function SetComment ( _
	comment As String _
) As IDetachedQuery
Visual C++
public:
virtual IDetachedQuery^ SetComment(
	String^ comment
) override

Parameters

comment
Type: System..::..String

[Missing <param name="comment"/> documentation for "M:NHibernate.Impl.DetachedNamedQuery.SetComment(System.String)"]

Return Value

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

Implements

IDetachedQuery..::..SetComment(String)

See Also