Udostępnij za pośrednictwem


UpdateSqlGenerator Konstruktory

Definicja

Przeciążenia

UpdateSqlGenerator(ISqlGenerationHelper)
UpdateSqlGenerator(UpdateSqlGeneratorDependencies)

Inicjuje nowe wystąpienie tej klasy.

UpdateSqlGenerator(ISqlGenerationHelper)

protected UpdateSqlGenerator (Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper sqlGenerationHelper);
new Microsoft.EntityFrameworkCore.Update.UpdateSqlGenerator : Microsoft.EntityFrameworkCore.Storage.ISqlGenerationHelper -> Microsoft.EntityFrameworkCore.Update.UpdateSqlGenerator
Protected Sub New (sqlGenerationHelper As ISqlGenerationHelper)

Parametry

sqlGenerationHelper
ISqlGenerationHelper

Dotyczy

UpdateSqlGenerator(UpdateSqlGeneratorDependencies)

Źródło:
UpdateSqlGenerator.cs
Źródło:
UpdateSqlGenerator.cs
Źródło:
UpdateSqlGenerator.cs
Źródło:
UpdateSqlGenerator.cs
Źródło:
UpdateSqlGenerator.cs
Źródło:
UpdateSqlGenerator.cs
Źródło:
UpdateSqlGenerator.cs
Źródło:
UpdateSqlGenerator.cs
Źródło:
UpdateSqlGenerator.cs

Inicjuje nowe wystąpienie tej klasy.

protected UpdateSqlGenerator (Microsoft.EntityFrameworkCore.Update.UpdateSqlGeneratorDependencies dependencies);
new Microsoft.EntityFrameworkCore.Update.UpdateSqlGenerator : Microsoft.EntityFrameworkCore.Update.UpdateSqlGeneratorDependencies -> Microsoft.EntityFrameworkCore.Update.UpdateSqlGenerator
Protected Sub New (dependencies As UpdateSqlGeneratorDependencies)

Parametry

dependencies
UpdateSqlGeneratorDependencies

Obiekt parametru zawierający zależności dla tej usługi.

Dotyczy