UpdateSqlGenerator.AppendWhereClause Méthode
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.
AppendWhereClause(StringBuilder, IReadOnlyList<ColumnModification>) |
Ajoute une |
AppendWhereClause(StringBuilder, IReadOnlyList<IColumnModification>) |
Ajoute une |
- Source:
- UpdateSqlGenerator.cs
- Source:
- UpdateSqlGenerator.cs
- Source:
- UpdateSqlGenerator.cs
- Source:
- UpdateSqlGenerator.cs
- Source:
- UpdateSqlGenerator.cs
Ajoute une WHERE
clause.
protected virtual void AppendWhereClause (System.Text.StringBuilder commandStringBuilder, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.ColumnModification> operations);
abstract member AppendWhereClause : System.Text.StringBuilder * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.ColumnModification> -> unit
override this.AppendWhereClause : System.Text.StringBuilder * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.ColumnModification> -> unit
Protected Overridable Sub AppendWhereClause (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 à
- Source:
- UpdateSqlGenerator.cs
- Source:
- UpdateSqlGenerator.cs
- Source:
- UpdateSqlGenerator.cs
- Source:
- UpdateSqlGenerator.cs
Ajoute une WHERE
clause.
protected virtual void AppendWhereClause (System.Text.StringBuilder commandStringBuilder, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> operations);
abstract member AppendWhereClause : System.Text.StringBuilder * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> -> unit
override this.AppendWhereClause : System.Text.StringBuilder * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> -> unit
Protected Overridable Sub AppendWhereClause (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 à
Commentaires sur Entity Framework
Entity Framework est un projet open source. Sélectionnez un lien pour fournir des commentaires :