Escapes the input column name to be used safely in SQL queries.
- Namespace
- DbSyncKit
.Templates .Interface - Containing Type
- IQueryGenerator
Syntax
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. |