SDAC

TMSDataSetOptions.ReturnParams Property

Used to return the new values of fields to dataset after insert or update.

Class

TMSDataSetOptions

Syntax

property ReturnParams: boolean;

Remarks

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.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback