StatisticBuilder BuildQuery Method A Sandcastle Documented Class Library
Builds an SqlQuery object from the FilterBuilderPanel list.

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

private SqlQuery BuildQuery(
	List<StatisticBuilderPanel> list,
	bool literal
)

Parameters

list
Type: System.Collections.Generic List StatisticBuilderPanel 
literal
Type: System Boolean

Return Value

Type: SqlQuery
See Also