Escapes special characters in the input to make it SQL-safe.
- Namespace
- DbSyncKit
.Templates .Interface - Containing Type
- IQueryGenerator
Syntax
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. |