sum of attriute

0
i have entity having attribute of data type enumeration in range 1-5. after run my app whatever the value select by user it is get sum in TotalScore Attribute of same entity
asked
1 answers
0

Hi Prasanna,

 

you can use GetCaption to get the caption of the enumeration, this value can be parsed to an integer (if the caption is a valid integer).

With this value, you can update the totalscore attribute.

answered