UpdateSqlGenerator.AppendWhereAffectedClause Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AppendWhereAffectedClause(StringBuilder, IReadOnlyList<ColumnModification>) |
Acrescenta uma |
AppendWhereAffectedClause(StringBuilder, IReadOnlyList<IColumnModification>) |
Acrescenta uma |
AppendWhereAffectedClause(StringBuilder, IReadOnlyList<ColumnModification>)
- Origem:
- UpdateSqlGenerator.cs
- Origem:
- UpdateSqlGenerator.cs
- Origem:
- UpdateSqlGenerator.cs
- Origem:
- UpdateSqlGenerator.cs
- Origem:
- UpdateSqlGenerator.cs
Acrescenta uma WHERE
cláusula que envolve linhas afetadas.
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))
Parâmetros
- commandStringBuilder
- StringBuilder
O construtor ao qual o SQL deve ser acrescentado.
- operations
- IReadOnlyList<ColumnModification>
As operações das quais criar as condições.
Aplica-se a
AppendWhereAffectedClause(StringBuilder, IReadOnlyList<IColumnModification>)
- Origem:
- UpdateSqlGenerator.cs
Acrescenta uma WHERE
cláusula que envolve linhas afetadas.
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))
Parâmetros
- commandStringBuilder
- StringBuilder
O construtor ao qual o SQL deve ser acrescentado.
- operations
- IReadOnlyList<IColumnModification>
As operações das quais criar as condições.
Aplica-se a
Entity Framework