SqlTokenToolBox GetValueToken Method (String, String, Int32, SqlDataType)A Sandcastle Documented Class Library
Returns a custom, default value token. Default name should be 'value'.

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

public static SqlToken GetValueToken(
	string val,
	string name,
	int idx,
	SqlDataType dt
)

Parameters

val
Type: System String
name
Type: System String
idx
Type: System Int32
dt
Type: P4s3FilterTools SqlDataType

Return Value

Type: SqlToken
See Also