次の方法で共有


UpdateAndSelectSqlGenerator.AppendWhereAffectedClause メソッド

定義

影響を受ける行を 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>

条件を構築する操作。

適用対象