SqlTokenToolBox StatisticQueryAsHtml Method A Sandcastle Documented Class Library
Returns an HTML representation of the passed in SqlQuery object. Expects a coded or literal core select criteria query.

Namespace: P4s3FilterTools
Assembly: P4s3FilterTools (in P4s3FilterTools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string StatisticQueryAsHtml(
	SqlQuery q,
	string[] groupColors,
	int indentAmount
)

Parameters

q
Type: P4s3FilterTools SqlQuery
groupColors
Type:  System String 
indentAmount
Type: System Int32

Return Value

Type: String
See Also