Used to include all dataset fields in the generated UPDATE and INSERT statements.
property UpdateAllFields: boolean default False;
If True, all dataset fields will be included in the generated UPDATE and INSERT statements. Unspecified fields will have NULL value in the INSERT statements. Otherwise, only updated fields will be included to the generated update statements.