UpdateSqlGenerator Constructors

Definition

Overloads

UpdateSqlGenerator(ISqlGenerationHelper)

C#
protected UpdateSqlGenerator (Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper sqlGenerationHelper);

Parameters

sqlGenerationHelper
ISqlGenerationHelper

Applies to

Entity Framework Core 1.1 and Entity Framework Core 1.0
Product Versions
Entity Framework Core 1.0, 1.1

UpdateSqlGenerator(UpdateSqlGeneratorDependencies)

Source:
UpdateSqlGenerator.cs
Source:
UpdateSqlGenerator.cs
Source:
UpdateSqlGenerator.cs
Source:
UpdateSqlGenerator.cs
Source:
UpdateSqlGenerator.cs
Source:
UpdateSqlGenerator.cs
Source:
UpdateSqlGenerator.cs
Source:
UpdateSqlGenerator.cs
Source:
UpdateSqlGenerator.cs

Initializes a new instance of this class.

C#
protected UpdateSqlGenerator (Microsoft.EntityFrameworkCore.Update.UpdateSqlGeneratorDependencies dependencies);

Parameters

dependencies
UpdateSqlGeneratorDependencies

Parameter object containing dependencies for this service.

Applies to

Entity Framework Core 9.0 and other versions
Product Versions
Entity Framework Core 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0