Closed
Description
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!