次の方法で共有


UpdateSqlGenerator.AppendWhereAffectedClause メソッド

定義

オーバーロード

AppendWhereAffectedClause(StringBuilder, IReadOnlyList<ColumnModification>)

影響を受ける行を WHERE 含む句を追加します。

AppendWhereAffectedClause(StringBuilder, IReadOnlyList<IColumnModification>)

影響を受ける行を WHERE 含む句を追加します。

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>

条件を構築する操作。

適用対象