SqlTokenToolBox GetSqlWordToken Method A Sandcastle Documented Class Library
Returns a custom, default sql word/phrase token.

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

public static SqlToken GetSqlWordToken(
	string val,
	string name,
	int idx,
	bool capitalize
)

Parameters

val
Type: System String
name
Type: System String
idx
Type: System Int32
capitalize
Type: System Boolean

Return Value

Type: SqlToken
See Also