private void TruncateTables() { if (_options.TableOptions.Truncate) { _tables.ForEach(x => _dmp.TruncateTable(x.FullName)); } }