Hello, I’m Nilesh

Tag: XML

  • How to pass multiple records to stored procedure in Asp.net?

    There are three main ways to pass multiple records to the stored procedure. To know what is a table-valued parameter and how to pass a data table to stored procedure and implement upsert (update + insert) logic using Merge Statement, check out an old post here. We’ll see in this post how you can pass […]