Walaa wrote:
Are you speaking about projection as linq?
No, I don't; I use the SelfServicing pattern/model and I want to create a View on an Entity to bind to a datagrid, but I need to display several fields from related parent entity.
I use a datagrid which does not recognize the parent entity property as a field, then I think it is necessary to create a view; but, is there a mode to bind a grid column to parent field in a m:1 entity relation?
Thanks
Regards