'Declaration Public Property BackslashEscapesMode As BackslashEscapesMode
public BackslashEscapesMode BackslashEscapesMode {get; set;}
Property Value
The default property in Disabled specifies the use of EscapeString substitution. It can be set to one of three modes:* Enable means that BACKSLASH_ESCAPES is allowed.
* Disable means that BACKSLASH_ESCAPES is not allowed.
* Auto means that you want to check whether the NO_BACKSLASH_ESCAPES mode is enabled or disabled in the SESSION.sql_mode of the database. Based on this, you can set the mode to either Enabled or Disabled.