how to pass c# list parameter in store proc and insert
---------------------------------
Suppose in C# array:
string[] str=new string[]{"raj",""pavan","nayan"}
--------------------------------------------------------
in store procedure:
@name varchar(50)
how to insert above array directly in table on single insert into.......