Sdílet prostřednictvím


UpdateSqlGenerator Konstruktory

Definice

Přetížení

UpdateSqlGenerator(ISqlGenerationHelper)
UpdateSqlGenerator(UpdateSqlGeneratorDependencies)

Inicializuje novou instanci této třídy.

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

Platí pro

UpdateSqlGenerator(UpdateSqlGeneratorDependencies)

Zdroj:
UpdateSqlGenerator.cs
Zdroj:
UpdateSqlGenerator.cs
Zdroj:
UpdateSqlGenerator.cs
Zdroj:
UpdateSqlGenerator.cs
Zdroj:
UpdateSqlGenerator.cs
Zdroj:
UpdateSqlGenerator.cs
Zdroj:
UpdateSqlGenerator.cs
Zdroj:
UpdateSqlGenerator.cs
Zdroj:
UpdateSqlGenerator.cs

Inicializuje novou instanci této třídy.

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

Objekt parametru obsahující závislosti pro tuto službu.

Platí pro