SDAC

TMSDataSetOptions.DisableMultipleResults Property

Used to forbid multiple results usage by a command.

Class

TMSDataSetOptions

Syntax

property DisableMultipleResults: boolean default False;

Remarks

Use the DisableMultipleResults property to forbid using multiple results by a command.

Set this property to True to disable the multiple results usage. In this case, if you open a query with a big amount of data and you have to break the execution of this query (by calling TCustomMSDataSet.BreakExec or TDataSet.Close), the execution will be broken quickly. The default value is False.

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