While trying to pass a table in as a parameter to a stored procedure via Dapper, I came across ...this SO answer..., which indicates that it is directly supported in Dapper. ...In dotnet core however, ...DataTable seems not to be implemented..., so this d...