1
Reply

how to pass c# list parameter in store proc and insert

Harshal Thakre

Harshal Thakre

Aug 25 2014 6:20 AM
933
---------------------------------
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.......

Answers (1)