see notes - let me know if you have any questions.
here - it looks like you are concatenating a stringbuilder with a string --- should
here - it looks like you are concatenating a stringbuilder with a string --- should
here - it looks like you are concatenating a stringbuilder with a string --- should
here - it looks like you are concatenating a stringbuilder with a string --- should
here - it looks like you are concatenating a stringbuilder with a string --- should
see note ---- could parsing the character as an int cause an exception if it can't be parsed or is null?
Could there be an exception here with the int.Parse?
Ideally, these inserts would be done a different way as concatenating SQL together like this could risk sql injection --- that being said - I believe that would be beyond the scope of this project / CSM item.
Does there need to be a null check / try parse here?
Looks Good.