TruncateOnInserts
Specifies whether the provider truncates the target table before performing each batch insert operation.
データ型
bool
デフォルト値
false
解説
When this property is set to true, the 本製品 removes all existing data from the target table before executing each batch insert. When set to false, new rows are appended without truncating existing data.
This property is useful for replacing table data entirely during batch insert operations.