EPUB | CHM | PDF

TPSQLCopy.Properties

Top Previous Next

Please see TPSQLDump properties short descriptions below:

Columns

List of columns to proceed COPY operation.

Database

Specifies the database component for which this object will be used.

Delimiter

Specifies character used as a column separator in a CSV mode.

Escape

Specifies the character that should appear before a Quote property value in CSV mode.

ForcedColumns

List of columns to be processed specifically depends on COPY process direction in CSV mode.

NullValue

Specifies string used as a NULL value representer.

Options

Specifies various behavioral properties of the TPSQLCopy.

Quote

Specifies the quotation character in CSV mode.

RowsAffected

Specifies the number of rows inserted by the last COPY command.

SQL

Contains the text of the SQL statement to execute for the COPY operation.

TableName

Specifies the name of an existing table to copy.