my project is interacting with a sql db and there are already existing tables (classes) that the project using to interact with the SQL Db thru these classes.

I ahev added a new table and am trying to avoid copy and pasting and modifying a new class for the new table.

>net should be able to allow me to create this class to interact with a prticular SQL table , but I just cant figure out how I can do it.


if you know how please do reply.
Cheers