asp.net how to save parent-child (master-detail) record?
Please guide me how to save Master-detail record in sql server database. All of my data is in a single form.
I am not getting how to pass detail records into stored procedure ? Is there any way other than Transation+ bulk insert ? It looks like complex.开发者_JAVA技巧
thanks
This might help: Passing a DataSet to a SQLCLR Stored Procedure
精彩评论