This question is locked. New answers and comments are not allowed.
I have in my Entity-class field, which will be calculated - it is not saved in DB.
And for Binding to some control in my View I should use property for it.
I try write this:
1.[Transient] 2.public MyProperty {get; set;}How I should use it?