共用方式為


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>

要從中建置條件的作業。

適用於