| DataAccessEscapeNationalLiterals Method  | 
            Escape national literals into a SQL statement
            
 
Namespace: WorkflowGen.My.DataAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic static string EscapeNationalLiterals(
	string sqlStatement,
	Dbms dbms
)
Public Shared Function EscapeNationalLiterals ( 
	sqlStatement As String,
	dbms As Dbms
) As String
Parameters
- sqlStatement
 - Type: SystemString
A SQL statement to compute - dbms
 - Type: WorkflowGen.My.DataDbms
 
Return Value
Type: 
StringThe SQL statement which literals have been prefixed by the national character
See Also