Question
TCS
IN
Last activity: 15 Oct 2019 3:07 EDT
Optimized property from BLOB
Suppose I had a property x in BLOB with value x=1. The single value property x is exposed as database column x and set as x=2.
Column populator is not run to make the values equal in BLOB and exposed column.
Now I am doing Obj-Open on the class mapped with this table.
What will be the value of x in the step page for this class in the clipboard? Will it have x=2 for column or x=1 for BLOB reference?
***Moderator Edit-Vidyaranjan: Updated Platform Capability***