How I can cross using the entitties from different context dll together
hi,
I have add different connections in Linqpad. for example, accountingContext, companyContext.
How I can cross using the entitties from different context dll together.
it always shows some entity "does not exist in the current context"
my version of Linqpad is paid premium version of Lingpad.
I have add different connections in Linqpad. for example, accountingContext, companyContext.
How I can cross using the entitties from different context dll together.
it always shows some entity "does not exist in the current context"
my version of Linqpad is paid premium version of Lingpad.
Comments
In your case, with the DbContexts coming from external assemblies, you'll just have to add a reference and new them up yourself in code!