SqlTokenToolBox GetCrashOrientationBikeSriQuery Method A Sandcastle Documented Class Library
Takes in a filter object and some arguments, returns an SqlQuery object for pedestrian crash orientations.

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

public static SqlQuery GetCrashOrientationBikeSriQuery(
	FilterObj obj,
	DataTable coreTables,
	DataTable columnInfo,
	string maxRowReturn,
	string startYear,
	string endYear,
	string minCrashCount,
	string intersectionType
)

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
intersectionType
Type: System String

Return Value

Type: SqlQuery
See Also