First the explanation and the gist, then the question. So:...Let's say I have a view ...AccountView... defined in EF (6.1.1) database first (edmx) so that the code-generated class is...//This class is generated from a view by EF (edmx)...
public partial c...