Can I force the procedure to use array of parameters?
Something similar to Console.WriteLine(String msg, params[])
in C#
I need it to pass column names of table in procedure, something similar to INSERT INTO
operation, but need to pass n arguments