columnName

The escaped name of the column, safe for use in SQL statements.

This property holds the column name as it will be represented in the actual database table. The original name provided during construction is processed to handle reserved keywords or special characters, ensuring it's a valid SQL identifier.

Special characters are escaped using square brackets []. For example, a column named order table might become [order table].

Note: If a column name is already escaped and wrapped with square brackets, double quotes or back ticks then it will not be escaped by KQLite and will be used as it is.