Somthing like this: (pass in the currentdatatable fo your BO)
destinationConnection.Open()
bulkCopy.DestinationTableName = _sqlTable.Trim
bulkCopy.BatchSize = 1000
bulkCopy.ColumnMappings.Add(row_conversionrule.mapf_sqlfield, row_conversionrule.mapf_sqlfield)
bulkCopy.Close()
MsgBox(
MsgBox(ex.ToString)
dtToInsert.Dispose()