I have a class Post which is an Entity Framework model. It contains a property like this:
Post
public bool Showable { get { return this.Public
I think easiest way to do this is using Computed attribute of DelegateDecompiler.EntityFramework package that mentioned in this answer.
Computed
DelegateDecompiler.EntityFramework