Escapes a column name with backticks for MySQL.
- Namespace
- DbSyncKit
.MySQL - Containing Type
- QueryGenerator
- Implements
Syntax
public string EscapeColumn(string input)Parameters
| Name | Type | Description |
|---|---|---|
| input | string | The column name to escape. |
Return Value
| Type | Description |
|---|---|
| string | The escaped column name. |