ODAC

TOraLoader.LoadMode Property

Used to specify which access mode to use for a TOraLoader object when a database table is being modified.

Class

TOraLoader

Syntax

property LoadMode: TLoadMode;

Remarks

Use the LoadMode property to specify which access mode to use for a TOraLoader object when a database table is being modified.

Set this property to lmDirect to make all modifications pass through internal data buffers or set it to lmDML to construct relevant DML statement which applies updates to the database table.

See Also

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