Used to perform the specified SQL query.
Class
TCustomDADataSet
Syntax
procedure Execute(Iters: integer; Offset: integer = 0); overload; virtual;
Parameters
Iters
Specifies the number of inserted rows.
Offset
Points the array element, which the Batch operation starts from. 0 by default.
Remarks
The Execute method executes the specified SQL query.