StrataFrame Forum
Home
»
StrataFrame Application Framework - V1
»
Business Objects and Data Access (How do I?)
Dummy Field on BO, best approach?
http://forum.strataframe.net/Topic31039.aspx
By Fabian R Silva, -
-
3/16/2012
I like that my BO have additionally to the mapped sql fields a dummy "field" to put temporal data (not like/need to save this, but need to maintain in memory this data at start of my application)
What is the best solution? thanks in advance.
By Ivan George Borges
-
3/16/2012
Hi Fabian.
Have a look at this post:
http://forum.strataframe.net/FindPost17401.aspx
By Fabian R Silva, -
-
3/17/2012
I thinked about creating a custom public property like the help says, but I missed to create the underliyng dataRow on datatable. I searched the forum but seems that not used the correct words that guide me to the post that you mention with the exactly solution that I need
Thanks Ivan.
By Ivan George Borges
-
3/17/2012
Don't worry, I just remembered I had answered that one before.
You're welcome, Fabian.