UpdateSqlGenerator.AppendWhereAffectedClause Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AppendWhereAffectedClause(StringBuilder, IReadOnlyList<ColumnModification>) |
Ajoute une |
AppendWhereAffectedClause(StringBuilder, IReadOnlyList<IColumnModification>) |
Ajoute une |
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.