다음을 통해 공유


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>

조건을 빌드할 작업입니다.

적용 대상