UpdateSqlGenerator.AppendWhereAffectedClause Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
AppendWhereAffectedClause(StringBuilder, IReadOnlyList<ColumnModification>) |
Anexa una |
AppendWhereAffectedClause(StringBuilder, IReadOnlyList<IColumnModification>) |
Anexa una |
AppendWhereAffectedClause(StringBuilder, IReadOnlyList<ColumnModification>)
Anexa una WHERE
cláusula que implica filas afectadas.
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
Generador al que se debe anexar sql.
- operations
- IReadOnlyList<ColumnModification>
Las operaciones desde las que se van a crear las condiciones.
Se aplica a
AppendWhereAffectedClause(StringBuilder, IReadOnlyList<IColumnModification>)
Anexa una WHERE
cláusula que implica filas afectadas.
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
Generador al que se debe anexar sql.
- operations
- IReadOnlyList<IColumnModification>
Las operaciones desde las que se van a crear las condiciones.