vendredi 20 novembre 2015

How to build a SQL Insert Query Method in C#

I want know the trick to create method which perform the Insert operation on the database based on n number of parameters

here is pseudocode definition

Insertdata(tablename,Col_name,Col_values)

add data to db

output: can be normal sql query string or insert operation on Database;

Aucun commentaire:

Enregistrer un commentaire