UpdateSqlGenerator.AppendWhereAffectedClause Methode

Definition

Überlädt

AppendWhereAffectedClause(StringBuilder, IReadOnlyList<ColumnModification>)

Fügt eine WHERE -Klausel an, die betroffene Zeilen enthält.

AppendWhereAffectedClause(StringBuilder, IReadOnlyList<IColumnModification>)

Fügt eine WHERE -Klausel an, die betroffene Zeilen enthält.

AppendWhereAffectedClause(StringBuilder, IReadOnlyList<ColumnModification>)

Fügt eine WHERE -Klausel an, die betroffene Zeilen enthält.

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))

Parameter

commandStringBuilder
StringBuilder

Der Generator, an den die SQL angefügt werden soll.

operations
IReadOnlyList<ColumnModification>

Die Vorgänge, aus denen die Bedingungen erstellt werden sollen.

Gilt für:

AppendWhereAffectedClause(StringBuilder, IReadOnlyList<IColumnModification>)

Fügt eine WHERE -Klausel an, die betroffene Zeilen enthält.

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))

Parameter

commandStringBuilder
StringBuilder

Der Generator, an den die SQL angefügt werden soll.

operations
IReadOnlyList<IColumnModification>

Die Vorgänge, aus denen die Bedingungen erstellt werden sollen.

Gilt für: