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: 8.1.3.0 (8.1.3.20220620)
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