Click or drag to resize
DataAccessEscapeNationalLiterals Method
Escape national literals into a SQL statement

Namespace: WorkflowGen.My.Data
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public static string EscapeNationalLiterals(
	string sqlStatement,
	Dbms dbms
)

Parameters

sqlStatement
Type: SystemString
A SQL statement to compute
dbms
Type: WorkflowGen.My.DataDbms

Return Value

Type: String
The SQL statement which literals have been prefixed by the national character
See Also