Tagged Questions
0
votes
2answers
354 views
How to set Foreign Key object using Entity Framework and FluentHtml
What I'm looking to do is set a Foreign Key object in an EF entity via FluentHtml. I have an entity of Foo with a reference to the object Bar via Foo.Bar. What I am trying to do is set the value of ...