SqlTokenToolBox.GetRoadwayHistogramSriQuery Method A Sandcastle Documented Class Library
Returns a road histogram SRI query for the given information.

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

public static SqlQuery GetRoadwayHistogramSriQuery(
	string sri,
	string yearFrom,
	string yearTo,
	string milePostStart,
	string milePostEnd,
	string noCrash
)

Parameters

sri
Type: System.String
yearFrom
Type: System.String
yearTo
Type: System.String
milePostStart
Type: System.String
milePostEnd
Type: System.String
noCrash
Type: System.String

Return Value

Type: SqlQuery
See Also