update data in entity by passing name of field in procedure
Hi
I want to reuse a procedure that updates a field in the database using entity framework.
How can I pass the name of the column through the procedure? In DAO for example I could pass the column name as string (for example columname) and put in in () (like rs!(columname)).
Thanks for the help.
Alexander Avidan
|