Dapper
Dapper copied to clipboard
parameter in tablename
.InsertInto($"{_configuration["ZRO:tableName"]}")
if i do this i get errors about the first parameter how can i use a variable name in this particular method InsertInto, basically applies also to the others.