Click or drag to resize
IDataQuerySettingsTQueryWithComment Method
Adds the comment to the given query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
TQuery WithComment(
	string comment
)

Parameters

comment
Type: SystemString
Comment to add

Return Value

Type: TQuery
See Also