Escapes a string to allow it to be safely used in an SQL query. It will double up single quotes, and return the supplied string wrapped in single quotes. Eg the string "Steve's a guy" will be returned as "'Steve''s a guy'". Binary characters are not handled.
Resulting string
SQLiteClient Class | SQLite.NET Namespace