SqlTokenToolBox GetMathConnectorToken Method (String, String, Int32)A Sandcastle Documented Class Library
Returns a math connector token +, -, /, * based on the specified operator.

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

public static SqlToken GetMathConnectorToken(
	string oper,
	string name,
	int idx
)

Parameters

oper
Type: System String
name
Type: System String
idx
Type: System Int32

Return Value

Type: SqlToken
See Also