UniDAC

TDADump.BackupQuery Method

Dumps the results of a particular query.

Class

TDADump

Syntax

procedure BackupQuery(const Query: string);

Parameters
Query
Holds a query used for data selection.

Remarks

Call the BackupQuery method to dump the results of a particular query. Query must be a valid select statement. If this query selects data from several tables, only data of the first table in the from list will be dumped.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback