1
Reply

which of the function of a command object should be called when executing an Insert/Update/Delete query?

sathish

sathish

17y
4.7k
0
Reply

    You can use the ExecuteNonQuery method of SqlCommand to perform UPDATE, INSERT, or DELETE and catalog operations (for example, querying the structure of a database or creating database objects such as tables)

    Thanks
    Gurjinder Singh Brar
    http://www.dotnetinterviewfaqs.com/