Used when inserting a record.
property InsertSQL: TStrings;
Set the InsertSQL property to an INSERT INTO statement to use when inserting a record. Statements can be parameterized queries with parameter names corresponding to the dataset field names.