SDAC

TMSLoader.KeepIdentity Property

Used to specify the way IDENTITY column values must be handled.

Class

TMSLoader

Syntax

property KeepIdentity: boolean;

Remarks

Use the KeepIdentity property to specify in what way IDENTITY column values must be handled. If KeepIdentity is set to False, IDENTITY columns will be initialized by the server. Any value assigned to such column in your application is ignored. If KeepIdentity is set to True, the IDENTITY property will not be available for all IDENTITY fields accepting NULL. So in this case unique values should be generated and assigned by the client application. The default value of the KeepIdentity property is False.

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