What would the best way to save object to DataTable(s)?

What would the best way to save object to DataTable(s)?

Old forum URL: forums.lhotka.net/forums/t/8315.aspx


Pavel posted on Friday, January 08, 2010

Hi everybody,

I have a 3rd party library that requires to provide a dataset with a 3 tables in it.
So, I just started thinking what would the best way to save data from my CSLA objects to these tables.

I can manually save it to a DataTable object , but probably something already done to do it in more elegant way.

Thanks,

JoeFallon1 replied on Friday, January 08, 2010

CSLA has an ObjectAdapter that can .Fill a dataset.

Joe

 

Pavel replied on Sunday, January 10, 2010

Thanks,

Is the ObjectAdapter exist in 3.5 version of CSLA?
I found some info in old 2005 Business Objects book only.

Pavel

Copyright (c) Marimer LLC