Escapes a value to be safely used in a SQL query.
- Namespace
- DbSyncKit
.MySQL - Containing Type
- QueryGenerator
- Implements
Syntax
public object EscapeValue(object input)Parameters
| Name | Type | Description |
|---|---|---|
| input | object | The value to escape. |
Return Value
| Type | Description |
|---|---|
| object | The escaped value formatted for SQL. |