tool to convert db table to a vb.net class?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all!

Does anyone know of any such tool?
What I want is:
specify a database table (SQL Server) and let the tool convert that table to
an asp.net class
(automatic generation of properties, methods, etc.)

Thanks in advance!
 
Hi all!

Does anyone know of any such tool?
What I want is:
specify a database table (SQL Server) and let the tool convert that table to
an asp.net class
(automatic generation of properties, methods, etc.)

Thanks in advance!

Have a look at the following tools (Google for the exact URLs)
- SubSonic
- Castle Project

They'll do precisely what you're looking for
 
Back
Top