本文介绍了在表格中插入更多值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
亲爱的朋友,
我想在表中插入一条记录.
其中,列多于20.
因此,现在我在C#方法中将所有值传递给不同的参数,并在存储过程中传递.
Dear Friends,
I want insert a record in a table.
Where as, the column are more then 20.
So now i am passing all the values a different parameter in C# method and passing in Stored Procedure.
Can any one guide or suggest any better option for the same.
推荐答案
这篇关于在表格中插入更多值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!