DataAccessEscapeNationalLiterals Method |
Escape national literals into a SQL statement
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax public 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