Is there a way to a coded class called "Pessoa" decorate some atttribute to be referenced with a conceptual class named as "Person" that is in a conceptual model ? I'm mean:
[Table("Person")] // or something like that
public class Pessoa
I tried
[EdmEntityTypeAttribute(Name = "Person")]
but no success....