SqlTokenToolBox GetReportQuery Method (FilterObj, DataTable, Int32, String)A Sandcastle Documented Class Library
Returns an SqlQuery object for the given filter report information.

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

public static SqlQuery GetReportQuery(
	FilterObj fo,
	DataTable coreTables,
	int reportIdx,
	string key
)

Parameters

fo
Type: P4s3FilterTools FilterObj
coreTables
Type: System.Data DataTable
reportIdx
Type: System Int32
key
Type: System String

Return Value

Type: SqlQuery
See Also