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.
 
Back
Top