Condividi tramite


UpdateSqlGenerator.AppendWhereAffectedClause Metodo

Definizione

Overload

AppendWhereAffectedClause(StringBuilder, IReadOnlyList<ColumnModification>)

Aggiunge una WHERE clausola che coinvolge righe interessate.

AppendWhereAffectedClause(StringBuilder, IReadOnlyList<IColumnModification>)

Aggiunge una WHERE clausola che coinvolge righe interessate.

AppendWhereAffectedClause(StringBuilder, IReadOnlyList<ColumnModification>)

Aggiunge una WHERE clausola che coinvolge righe interessate.

protected virtual void AppendWhereAffectedClause (System.Text.StringBuilder commandStringBuilder, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.ColumnModification> operations);
abstract member AppendWhereAffectedClause : System.Text.StringBuilder * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.ColumnModification> -> unit
override this.AppendWhereAffectedClause : System.Text.StringBuilder * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.ColumnModification> -> unit
Protected Overridable Sub AppendWhereAffectedClause (commandStringBuilder As StringBuilder, operations As IReadOnlyList(Of ColumnModification))

Parametri

commandStringBuilder
StringBuilder

Generatore a cui deve essere aggiunto SQL.

operations
IReadOnlyList<ColumnModification>

Operazioni da cui compilare le condizioni.

Si applica a

AppendWhereAffectedClause(StringBuilder, IReadOnlyList<IColumnModification>)

Aggiunge una WHERE clausola che coinvolge righe interessate.

protected virtual void AppendWhereAffectedClause (System.Text.StringBuilder commandStringBuilder, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> operations);
abstract member AppendWhereAffectedClause : System.Text.StringBuilder * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> -> unit
override this.AppendWhereAffectedClause : System.Text.StringBuilder * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> -> unit
Protected Overridable Sub AppendWhereAffectedClause (commandStringBuilder As StringBuilder, operations As IReadOnlyList(Of IColumnModification))

Parametri

commandStringBuilder
StringBuilder

Generatore a cui deve essere aggiunto SQL.

operations
IReadOnlyList<IColumnModification>

Operazioni da cui compilare le condizioni.

Si applica a