UpdateSqlGenerator.AppendWhereAffectedClause 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
AppendWhereAffectedClause(StringBuilder, IReadOnlyList<ColumnModification>) |
追加涉及 |
AppendWhereAffectedClause(StringBuilder, IReadOnlyList<IColumnModification>) |
追加涉及 |
AppendWhereAffectedClause(StringBuilder, IReadOnlyList<ColumnModification>)
追加涉及 WHERE
受影响的行的子句。
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))
参数
- commandStringBuilder
- StringBuilder
SQL 应追加到的生成器。
- operations
- IReadOnlyList<ColumnModification>
从中生成条件的操作。
适用于
AppendWhereAffectedClause(StringBuilder, IReadOnlyList<IColumnModification>)
追加涉及 WHERE
受影响的行的子句。
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))
参数
- commandStringBuilder
- StringBuilder
SQL 应追加到的生成器。
- operations
- IReadOnlyList<IColumnModification>
从中生成条件的操作。