PowerShell Class to Generate SQL Insert statements

There are better ways to do SQL inserts but sometimes you just want to generate SQL. Maybe? Either way, it shows the use of classes in PowerShell.

PowerShell