ホーム / ニュース / dotConnect for Salesforce Marketing Cloud V1.7.687
dotConnect for Salesforce Marketing Cloud V1.7.687
Entity Framework Core 2.1をサポート
6月 27, 2018
新バージョン
機能
Entity Developer
Support for Microsoft Entity Framework (EF) 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 property, for configuring a parameterized constructor of the class.
Added "Include Environment Variables" property to the EF Core template which determins whether context configuration will be extended with environment variables when a connection string from the appsettings.json file is used.
Added "Json File Base Path" property to the EF Core template which specifies the base path for file-based providers when a connection string from the appsettings.json file is used.