Partager via


UpdateSqlGenerator.AppendWhereAffectedClause Méthode

Définition

Surcharges

AppendWhereAffectedClause(StringBuilder, IReadOnlyList<ColumnModification>)

Ajoute une WHERE clause impliquant des lignes affectées.

AppendWhereAffectedClause(StringBuilder, IReadOnlyList<IColumnModification>)

Ajoute une WHERE clause impliquant des lignes affectées.

AppendWhereAffectedClause(StringBuilder, IReadOnlyList<ColumnModification>)

Source:
UpdateSqlGenerator.cs
Source:
UpdateSqlGenerator.cs
Source:
UpdateSqlGenerator.cs
Source:
UpdateSqlGenerator.cs
Source:
UpdateSqlGenerator.cs

Ajoute une WHERE clause impliquant des lignes affectées.

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

Paramètres

commandStringBuilder
StringBuilder

Générateur auquel le code SQL doit être ajouté.

operations
IReadOnlyList<ColumnModification>

Opérations à partir desquelles générer les conditions.

S’applique à

AppendWhereAffectedClause(StringBuilder, IReadOnlyList<IColumnModification>)

Source:
UpdateSqlGenerator.cs

Ajoute une WHERE clause impliquant des lignes affectées.

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

Paramètres

commandStringBuilder
StringBuilder

Générateur auquel le code SQL doit être ajouté.

operations
IReadOnlyList<IColumnModification>

Opérations à partir desquelles générer les conditions.

S’applique à