IBDAC

TCustomIBCDataSet.DMLRefresh Property

Used to refresh record by the RETURNING clause when insert is performed.

Class

TCustomIBCDataSet

Syntax

property DMLRefresh: boolean;

Remarks

Use the DMLRefresh property to refresh record by the RETURNING clause when insert is performed. This feature is only for Firebird 2.0 and higher.

The default value is False.

Note: When the DMLRefresh property is set to True, the value of TCustomDADataSet.RefreshOptions is ignored to avoid refetching field values from the server.

See Also

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