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>
条件を構築する操作。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework