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

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

public static SqlQuery GetClusterFinderNoWeightSriSegmentQuery(
	FilterObj obj,
	DataTable coreTables,
	DataTable columnInfo,
	string maxRowReturn,
	string startYear,
	string endYear,
	string minCrashCount,
	string collType,
	string sri,
	string segLen
)

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

Return Value

Type: SqlQuery
See Also