SqlTokenToolBox SelectEntryAsStatisticQuery Method A Sandcastle Documented Class Library
Combines a set of SqlSelectEntry objects into an SqlQuery object.

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

public static SqlQuery SelectEntryAsStatisticQuery(
	List<SqlSelectEntry> list
)

Parameters

list
Type: System.Collections.Generic List SqlSelectEntry 

Return Value

Type: SqlQuery
See Also