Used to return the new values of fields to dataset after insert or update.
property ReturnParams: boolean;
Use the ReturnParams property to return the new values of fields to dataset after insert or update. Actual value of a field after insert or update may be different from the value stored in the local memory if the table has a trigger. When ReturnParams is True, OUT parameters of the SQLInsert and SQLUpdate statements is assigned to corresponding fields. The default value is False.