Escapes special characters in the input string to make it SQL-safe.
- Namespace
- DbSyncKit
.SQLite - Containing Type
- QueryGenerator
- Implements
Syntax
public object EscapeValue(object input)
Parameters
Name | Type | Description |
---|---|---|
input | object | The input object or string to be escaped. |
Return Value
Type | Description |
---|---|
object | The escaped object or string. |