ServerProvider.unescapeString
string unescapeString(gda.connection.Connection cnc, string str)Unescapes str for use within an SQL command. This is the exact opposite of [gda.server_provider.ServerProvider.escapeString].
Parameters
cnc | a #GdaConnection object, or null |
str | a string to escape |
Returns
a new string