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

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

Syntax

C#
public SqlSelectBuilder SetComment(
	string comment
)
Visual Basic
Public Function SetComment ( _
	comment As String _
) As SqlSelectBuilder
Visual C++
public:
SqlSelectBuilder^ SetComment(
	String^ comment
)

Parameters

comment
Type: System..::..String

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

Return Value

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

See Also