Used to quote columns names in the INSERT statement used for loading data.
property QuoteNames: boolean;
Use the QuoteNames property to specify whether the column names in the INSERT statement will be quoted.
When the property value is True , then the column names will be quoted. When the property value is False then the column names will not be quoted.
The default value is False .