FilterBuilder BuildLiteralQuery Method A Sandcastle Documented Class Library
Builds a human friendly 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 BuildLiteralQuery(
	List<FilterBuilderPanel> list
)

Parameters

list
Type: System.Collections.Generic List FilterBuilderPanel 

Return Value

Type: SqlQuery
See Also