SqlTokenToolBox GetPedCrashInjuredByAgeGroup Method A Sandcastle Documented Class Library
Returns a crash injured query by age group.

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

public static SqlQuery GetPedCrashInjuredByAgeGroup(
	FilterObj obj,
	DataTable coreTables,
	DataTable columnInfo,
	string maxRowReturn,
	string startAge,
	string endAge
)

Parameters

obj
Type: P4s3FilterTools FilterObj
coreTables
Type: System.Data DataTable
columnInfo
Type: System.Data DataTable
maxRowReturn
Type: System String
startAge
Type: System String
endAge
Type: System String

Return Value

Type: SqlQuery
See Also