UpdateSqlGenerator Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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.