UpdateSqlGenerator.AppendInsertCommand Metoda
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í.
AppendInsertCommand(StringBuilder, String, String, IReadOnlyList<IColumnModification>, IReadOnlyList<IColumnModification>) |
Připojí příkaz SQL pro vložení řádku do vytvářených příkazů. |
AppendInsertCommand(StringBuilder, String, String, IReadOnlyList<IColumnModification>) |
Připojí příkaz SQL pro vložení řádku do vytvářených příkazů. |
AppendInsertCommand(StringBuilder, String, String, IReadOnlyList<ColumnModification>) |
Připojí příkaz SQL pro vložení řádku do vytvářených příkazů. |
AppendInsertCommand(StringBuilder, String, String, IReadOnlyList<IColumnModification>, IReadOnlyList<IColumnModification>)
- Zdroj:
- UpdateSqlGenerator.cs
- Zdroj:
- UpdateSqlGenerator.cs
- Zdroj:
- UpdateSqlGenerator.cs
Připojí příkaz SQL pro vložení řádku do vytvářených příkazů.
protected virtual void AppendInsertCommand (System.Text.StringBuilder commandStringBuilder, string name, string? schema, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> writeOperations, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> readOperations);
abstract member AppendInsertCommand : System.Text.StringBuilder * string * string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> -> unit
override this.AppendInsertCommand : System.Text.StringBuilder * string * string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> -> unit
Protected Overridable Sub AppendInsertCommand (commandStringBuilder As StringBuilder, name As String, schema As String, writeOperations As IReadOnlyList(Of IColumnModification), readOperations As IReadOnlyList(Of IColumnModification))
Parametry
- commandStringBuilder
- StringBuilder
Tvůrce, ke kterému se má připojit SQL.
- name
- String
Název tabulky.
- schema
- String
Schéma tabulky, nebo null
použít výchozí schéma.
- writeOperations
- IReadOnlyList<IColumnModification>
Operace s hodnotami, které se mají vložit pro každý sloupec.
- readOperations
- IReadOnlyList<IColumnModification>
Operace pro hodnoty sloupců, které se mají načíst.
Platí pro
- Zdroj:
- UpdateSqlGenerator.cs
Připojí příkaz SQL pro vložení řádku do vytvářených příkazů.
protected virtual void AppendInsertCommand (System.Text.StringBuilder commandStringBuilder, string name, string? schema, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> writeOperations);
abstract member AppendInsertCommand : System.Text.StringBuilder * string * string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> -> unit
override this.AppendInsertCommand : System.Text.StringBuilder * string * string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> -> unit
Protected Overridable Sub AppendInsertCommand (commandStringBuilder As StringBuilder, name As String, schema As String, writeOperations As IReadOnlyList(Of IColumnModification))
Parametry
- commandStringBuilder
- StringBuilder
Tvůrce, ke kterému se má připojit SQL.
- name
- String
Název tabulky.
- schema
- String
Schéma tabulky, nebo null
použít výchozí schéma.
- writeOperations
- IReadOnlyList<IColumnModification>
Operace pro každý sloupec
Platí pro
- Zdroj:
- UpdateSqlGenerator.cs
- Zdroj:
- UpdateSqlGenerator.cs
- Zdroj:
- UpdateSqlGenerator.cs
- Zdroj:
- UpdateSqlGenerator.cs
- Zdroj:
- UpdateSqlGenerator.cs
Připojí příkaz SQL pro vložení řádku do vytvářených příkazů.
protected virtual void AppendInsertCommand (System.Text.StringBuilder commandStringBuilder, string name, string schema, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.ColumnModification> writeOperations);
abstract member AppendInsertCommand : System.Text.StringBuilder * string * string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.ColumnModification> -> unit
override this.AppendInsertCommand : System.Text.StringBuilder * string * string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.ColumnModification> -> unit
Protected Overridable Sub AppendInsertCommand (commandStringBuilder As StringBuilder, name As String, schema As String, writeOperations As IReadOnlyList(Of ColumnModification))
Parametry
- commandStringBuilder
- StringBuilder
Tvůrce, ke kterému se má připojit SQL.
- name
- String
Název tabulky.
- schema
- String
Schéma tabulky, nebo null
použít výchozí schéma.
- writeOperations
- IReadOnlyList<ColumnModification>
Operace pro každý sloupec
Platí pro
Zpětná vazba k produktu Entity Framework
Entity Framework je open source projekt. Vyberte odkaz pro poskytnutí zpětné vazby: