PgDAC

TPgDataSetOptions.DeferredBlobRead Property

Used to fetch values of large objects when they are explicitly requested.

Class

TPgDataSetOptions

Syntax

property DeferredBlobRead: boolean default True;

Remarks

Use the DeferredBlobRead property to fetch values of large objects when they are explicitly requested.

If True, values of large objects are only fetched when they are explicitly requested.

Otherwise all values of large objects are fetched when dataset is opened. This option has no sence when the CacheBlobs option is set to False.

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