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