NETProvider
NETProvider copied to clipboard
Possibility to define the Collation
It would be great if during the database creation, using Entity Framework, we could define the default collation.
ModelBuilder has a method UseCollation.
But it doesn't work with Firebird.
Another place that we can change the collation it is configuring properties, the object PropertyBuilder has a method UseCollation as well.
Thanks!
@alansbraga How are you creating database with EF Core?
Hi!
I'm using:
DBContext.Database.Migrate();
Is that what you wanted to know?
Thanks!!!
Yes, that's it.