dotConnect for PostgreSQL V7.17.1612

Released: Apr 2, 2020

Updates in V7.17.1612

Funktionen

LinqConnect

  • Added the ability to insert objects that are unmapped classes inherited from mapped classes.

Entity Developer

  • Added command-line interface in standalone Entity Developer.
  • Added new Context Name property to Model Properties in EF Core Model.
  • Added new Target Framework property to Model Properties in EF Core Model.
  • Improved provider registration - The requirement to put provider registration entry in the config file is no longer obligatory.
  • Improved Create Model Wizard - Now allows you to install multiple NuGet packages on the final step.
  • Improved model file tree in .NET Core/.NET Standard projects - All generated code files and model files are now nested under the same node in the Solution Explorer.

Entity Framework support

  • Added support for Entity Framework Core 3.1.3.
  • Added support for the .ToString() call for numbers, DateTime/DateTimeOffset properties and values in LINQ queries in EF Core.
  • Added support for calling Convert.ToString(value) in LINQ queries in EF Core.