Escapes the input column name to be used safely in SQL queries.
- Namespace
- DbSyncKit
.Templates - Containing Type
- Query
Generation Manager - Implements
Syntax
public string EscapeColumn(string input)Parameters
| Name | Type | Description |
|---|---|---|
| input | string | The input column name to be escaped. |
Return Value
| Type | Description |
|---|---|
| string | The escaped column name. |