Condividi tramite


UpdateSqlGenerator.AppendInsertCommand Metodo

Definizione

Overload

AppendInsertCommand(StringBuilder, String, String, IReadOnlyList<IColumnModification>, IReadOnlyList<IColumnModification>)

Aggiunge un comando SQL per inserire una riga ai comandi compilati.

AppendInsertCommand(StringBuilder, String, String, IReadOnlyList<IColumnModification>)

Aggiunge un comando SQL per inserire una riga ai comandi compilati.

AppendInsertCommand(StringBuilder, String, String, IReadOnlyList<ColumnModification>)

Aggiunge un comando SQL per inserire una riga ai comandi compilati.

AppendInsertCommand(StringBuilder, String, String, IReadOnlyList<IColumnModification>, IReadOnlyList<IColumnModification>)

Aggiunge un comando SQL per inserire una riga ai comandi compilati.

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))

Parametri

commandStringBuilder
StringBuilder

Generatore a cui deve essere aggiunto SQL.

name
String

Nome della tabella.

schema
String

Lo schema della tabella o null per usare lo schema predefinito.

writeOperations
IReadOnlyList<IColumnModification>

Operazioni con i valori da inserire per ogni colonna.

readOperations
IReadOnlyList<IColumnModification>

Operazioni per i valori di colonna da leggere.

Si applica a

AppendInsertCommand(StringBuilder, String, String, IReadOnlyList<IColumnModification>)

Aggiunge un comando SQL per inserire una riga ai comandi compilati.

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))

Parametri

commandStringBuilder
StringBuilder

Generatore a cui deve essere aggiunto SQL.

name
String

Nome della tabella.

schema
String

Lo schema della tabella o null per usare lo schema predefinito.

writeOperations
IReadOnlyList<IColumnModification>

Operazioni per ogni colonna.

Si applica a

AppendInsertCommand(StringBuilder, String, String, IReadOnlyList<ColumnModification>)

Aggiunge un comando SQL per inserire una riga ai comandi compilati.

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))

Parametri

commandStringBuilder
StringBuilder

Generatore a cui deve essere aggiunto SQL.

name
String

Nome della tabella.

schema
String

Lo schema della tabella o null per usare lo schema predefinito.

writeOperations
IReadOnlyList<ColumnModification>

Operazioni per ogni colonna.

Si applica a