DataInserterAttemptTruncateTable Property

Set to True to attempt use of a TRUNCATE TABLE on a destination SQL Server connection if ClearDestinationTables is True and it looks like the referential integrity definition supports this. Your SQL Server connection will need the rights to perform this operation.

Definition

Namespace: Gemstone.Data
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.182 -- Release Build+4bfe27db363eb1b4bd575c1526618234db29d516
public bool AttemptTruncateTable { get; set; }

Property Value

Boolean

See Also