EscapeColumn(string) Method
Escapes the input column name to be used safely in SQL queries.

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.