Entity Framework Core 5.0 Preview 5 منتشر شد
نویسنده: وحید نصیری
تاریخ: ۱۳۹۹/۰۳/۲۲ ۸:۴۶
آدرس: www.dntips.ir
| مطالب | ۳۶۹۴ |
| نویسندگان | ۲۷۶ |
| گروههای مطالب | ۱۰۲۴ |
| نقشههای راه | ۱۱۹ |
| دورهها | ۱۴ |
| اشتراکها | ۱۷۹۱۴ |
Database collations
The default collation for a database can now be specified in the EF model.
This will flow through to generated migrations to set the collation when the database is created.
For example:
modelBuilder.UseCollation("German_PhoneBook_CI_AS");