Relative Content

Tag Archive for c#entity-framework.net-6.0hotchocolate

Casting foreign key in EF Core

I have a pair of related objects that are being tied through a secondary key that don’t have the same type and I am trying to relate the objects together.

Casting Foreign Key in EFCORE

So I have a pair of related objects that are being tied through a secondary key that don’t have the same type and I am trying to relate the objects together. In essence I have something like.