Store class in MS SQL

  • Thread starter Thread starter Champika Nirosh
  • Start date Start date
C

Champika Nirosh

Hi All,

Is there a way I can store a serializable class object in a MS SQL data
base, note that properties of the class are one to one map with the table
attributes. Again is there a way to get the data, from the table, back to
the object straight away.

Thanks,
Nirosh.
 
Hi,

You should take a look at the variety of Object-Relation-Mapping solutions
available for the .NET framework.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top