UpdateSqlGenerator.AppendInsertCommandHeader Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
AppendInsertCommandHeader(StringBuilder, String, String, IReadOnlyList<ColumnModification>) |
Dołącza fragment SQL do uruchamiania |
AppendInsertCommandHeader(StringBuilder, String, String, IReadOnlyList<IColumnModification>) |
Dołącza fragment SQL do uruchamiania |
AppendInsertCommandHeader(StringBuilder, String, String, IReadOnlyList<ColumnModification>)
- Ź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
Dołącza fragment SQL do uruchamiania INSERT
elementu .
protected virtual void AppendInsertCommandHeader (System.Text.StringBuilder commandStringBuilder, string name, string schema, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.ColumnModification> operations);
abstract member AppendInsertCommandHeader : System.Text.StringBuilder * string * string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.ColumnModification> -> unit
override this.AppendInsertCommandHeader : System.Text.StringBuilder * string * string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.ColumnModification> -> unit
Protected Overridable Sub AppendInsertCommandHeader (commandStringBuilder As StringBuilder, name As String, schema As String, operations As IReadOnlyList(Of ColumnModification))
Parametry
- commandStringBuilder
- StringBuilder
Konstruktor, do którego ma zostać dołączony program SQL.
- name
- String
Nazwa tabeli.
- schema
- String
Schemat tabeli lub null
do użycia schematu domyślnego.
- operations
- IReadOnlyList<ColumnModification>
Operacje reprezentujące dane do wstawienia.
Dotyczy
AppendInsertCommandHeader(StringBuilder, String, String, IReadOnlyList<IColumnModification>)
- Źródło:
- UpdateSqlGenerator.cs
- Źródło:
- UpdateSqlGenerator.cs
- Źródło:
- UpdateSqlGenerator.cs
- Źródło:
- UpdateSqlGenerator.cs
Dołącza fragment SQL do uruchamiania INSERT
elementu .
protected virtual void AppendInsertCommandHeader (System.Text.StringBuilder commandStringBuilder, string name, string? schema, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> operations);
abstract member AppendInsertCommandHeader : System.Text.StringBuilder * string * string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> -> unit
override this.AppendInsertCommandHeader : System.Text.StringBuilder * string * string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> -> unit
Protected Overridable Sub AppendInsertCommandHeader (commandStringBuilder As StringBuilder, name As String, schema As String, operations As IReadOnlyList(Of IColumnModification))
Parametry
- commandStringBuilder
- StringBuilder
Konstruktor, do którego ma zostać dołączony program SQL.
- name
- String
Nazwa tabeli.
- schema
- String
Schemat tabeli lub null
do użycia schematu domyślnego.
- operations
- IReadOnlyList<IColumnModification>
Operacje reprezentujące dane do wstawienia.