hi
I will confirm this again.
hi
You are right. We have removed them in the new version.
I have refunded your ticket.
Sorry for that.
hi
liming.ma@volosoft.com
hi
but we couldn't connect two different DbContexts in the same LINQ query.
I don't think this can be done.
https://github.com/dotnet/efcore/issues/32872#issuecomment-1910570373
hi fjinc
across all tenants and their users from the Host tenant?
By default, users will not be across tenants. Can you explain it in detail?
hi
You shouldn't add DbContextFactory
and migrations
for the module template project(MyModule
)
Like I said. The module has nothing to do with the database, so it doesn't need the above.
hi
The databases of both projects are different.
What does that mean?
ModuleA is a module, why is has use a database?
The module template is designed to be reused in every type of app.
EF Core or Mongodb. Monolithic or microservice.
So it can't decide what database provider
should used.
hi
The MyApp use SQLServer, but i need use MySQL at MyModule, how to implement it?
The module does not depend on any database provider, it uses EF Core.
And your MyApp
will decide which database provider will be used.