Used to include all set dataset fields in the generated INSERT statement
property InsertAllSetFields: boolean default False;
If True, all set dataset fields, including those set to NULL explicitly, will be included in the generated INSERT statements. Otherwise, only set fields containing not NULL values will be included to the generated INSERT statement.