List of columns to proceed COPY operation.
Syntax:
property Columns : TStrings;
Description:
Fill Columns to include table specific columns for COPY operation. To proceed this operations on all columns make this list clear.
Property has no effect if SQL property is specified.
 | Special character "*" (asterisk) for specifying all columns in SQL statements is not allowed. |