Posts by dhielyton • 63 points
4 posts
-
3
votes2
answers149
viewsQ: Include Entityframework
I am working with Entity Framework 6, I have made all the necessary settings. I have a Class Person that owns a Property of the Address Type, within address I have a property Municipality that…
-
0
votes2
answers108
viewsA: Binding Linked Combobox Update
I managed to solve the problem, actually I was working with frmaework Mvvmmicro, I switched to Mvvm light Toolkit and it worked normally. Mumbling that all the tips they gave me tried and didn’t…
-
1
votes2
answers108
viewsQ: Binding Linked Combobox Update
I’m working with the standard MVVM, so far so good, I have a class PessoaViewlModel. In it I own a property IEnumerable<Municipio> Municipios, in which he presents to me all the…
-
2
votes1
answer250
viewsQ: Hascolumnname does not recognize field
I am working with Entity Framework 6.1, using the approach code first. I mapped my class in the database through the class EntityTypeConfiguration. When mapping a property with a table field, using…
entity-framework-6asked dhielyton 63