SqlTokenToolBox GetReportQuery Method (FilterObj, DataTable, DataTable, Int32, String, String, Boolean)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,
	DataTable columnInfo,
	int reportIdx,
	string key,
	string maxRowReturn,
	bool decodeCols
)

Parameters

fo
Type: P4s3FilterTools FilterObj
coreTables
Type: System.Data DataTable
columnInfo
Type: System.Data DataTable
reportIdx
Type: System Int32
key
Type: System String
maxRowReturn
Type: System String
decodeCols
Type: System Boolean

Return Value

Type: SqlQuery
See Also