StrataFrame Forum
Home
»
StrataFrame Application Framework - V1
»
Business Objects and Data Access (How do I?)
Save single record
http://forum.strataframe.net/Topic28394.aspx
By ChanKK
-
9/15/2010
Hi
My BO contains multiple modified records. Is it possible for BusinessLayer to save one of the record only instead of whole dataTable?
Thank you
By Edhy Rijo
-
9/15/2010
Hi ChanKK,
I don't think this can be done automatically, but what you can do is copy the record you want to add into another BO, change the record Modified to Added and then save that BO.