dotConnect for Salesforce Releases

Released: Apr 11, 2019

Aggiornamenti in V3.4.734

Funzionalità

  • Adds support for Visual Studio 2019.

Released: Mar 28, 2019

Aggiornamenti in V3.3.725

Funzionalità

  • Support for Visual Studio 2019 Release Candidate 4.
  • Support for Salesforce Web Services API version 44.

Released: Jun 21, 2018

Aggiornamenti in V3.3.540

Funzionalità

Entity Developer

  • Support for Entity Framework Core 2.1.
    • Query type support: classes now have Query Type property, and if it is set to true, this class is generated as a query type.
    • Lazy loading for Entity Framework Core 2.1:
      • Model now has the Use Lazy-Loading Proxies property, which enables lazy loading on the model level.
      • Navigation properties now have the Lazy property, which enables lazy loading for a specific navigation property.
    • Properties now have the Constructor Parameter...

Released: May 24, 2018

Aggiornamenti in V3.2.520

Funzionalità

  • Added support for Salesforce Web Services API version 42.
  • Added support for Entity Framework Core 1.1.5 and 2.0.3.

Released: Feb 15, 2018

Aggiornamenti in V3.2.454

Funzionalità

Entity Developer

  • Support for ASP.NET Core MVC added to Data Annotations Metadata template.

Correzioni

  • Bug using the IN clause within UPDATE statements.
  • Entity Developer
    • Bug applying DevartEFCoreGenerator custom tool in Visual Basic .NET Core projects is fixed.

Released: May 25, 2017

Aggiornamenti in V3.2.280

Funzionalità

  • Added support for GetCustomReport procedure call via SalesforceCommand.

Correzioni

  • Fixed bug translating multiple joins in SQL-92 statement to one SOQL query.
  • Fixed bug previewing a DataSet.

Released: Mar 13, 2017

Aggiornamenti in V3.1.220

Funzionalità

  • Adds support for Visual Studio 2017.
  • Update functionality is now supported from the Retrieve Data window in Server Explorer.

Correzioni

  • Fixed "Stack empty" error after stopping validation and before code generation in a standalone version.
  • Fixed bug with the "Validate on Build" option in Model Settings.
  • Fixed compilation bug in the EF Core template after copying it to a model folder.

Released: Dec 22, 2016

Aggiornamenti in V3.1.172

Funzionalità

  • Install Wizard adds 'Do not install assemblies in the GAC' check box which allows you to not place the provider assemblies in the GAC.

Correzioni

  • Fixed bug generating an error when using SalesforceMonitor on Linux.
  • Fixed bug using SalesforceCommandBuilder.KeyFields in the generated update command.

Released: Sep 22, 2016

Aggiornamenti in V3.1.111

Funzionalità

  • Support for Entity Framework Core 1.0.1.

Correzioni

  • Fixed bug processing IN expressions in EF Core.
  • Fixed bug retrieving TPH hierarchy objects in EF Core.

Released: Jun 9, 2016

Aggiornamenti in V3.1.35

Funzionalità

  • Microsoft SQL Server 2016 is supported in SSIS DataFlow components.
  • The Run Once Command connection string parameter, which specifies a command to execute when the connection is opened the first time and not executed when the connection is taken from the pool, is added.
  • The new LoadTable overloads for loading data from a IDataReader, array of rows, or only rows with a specific RowState from a DataTable are added to the SalesforceLoader class.

Entity Developer  

  • Entity Framework Core...