Escapes the input column name to be used safely in SQL queries.
- Namespace
- DbSyncKit
.SQLite - Containing Type
- QueryGenerator
- 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 enclosed in double quotes. |