SqlTokenToolBox.GetClusterFinderWithWeightQuery Method A Sandcastle Documented Class Library
Takes in a filter object and some arguments, returns an SqlQuery object for cluster finder report with weighting.

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

public static SqlQuery GetClusterFinderWithWeightQuery(
	FilterObj obj,
	DataTable coreTables,
	DataTable columnInfo,
	string maxRowReturn,
	string startYear,
	string endYear,
	string minCrashCount,
	string collType,
	string sri,
	string segLen,
	string kVal,
	string aVal,
	string bVal,
	string cVal,
	string oVal
)

Parameters

obj
Type: P4s3FilterTools.FilterObj
coreTables
Type: System.Data.DataTable
columnInfo
Type: System.Data.DataTable
maxRowReturn
Type: System.String
startYear
Type: System.String
endYear
Type: System.String
minCrashCount
Type: System.String
collType
Type: System.String
sri
Type: System.String
segLen
Type: System.String
kVal
Type: System.String
aVal
Type: System.String
bVal
Type: System.String
cVal
Type: System.String
oVal
Type: System.String

Return Value

Type: SqlQuery
See Also