UpdateSqlGenerator.AppendWhereClause Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
AppendWhereClause(StringBuilder, IReadOnlyList<ColumnModification>) |
Fügt eine -Klausel an |
AppendWhereClause(StringBuilder, IReadOnlyList<IColumnModification>) |
Fügt eine -Klausel an |
AppendWhereClause(StringBuilder, IReadOnlyList<ColumnModification>)
Fügt eine -Klausel an WHERE
.
protected virtual void AppendWhereClause (System.Text.StringBuilder commandStringBuilder, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.ColumnModification> operations);
abstract member AppendWhereClause : System.Text.StringBuilder * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.ColumnModification> -> unit
override this.AppendWhereClause : System.Text.StringBuilder * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.ColumnModification> -> unit
Protected Overridable Sub AppendWhereClause (commandStringBuilder As StringBuilder, operations As IReadOnlyList(Of ColumnModification))
Parameter
- commandStringBuilder
- StringBuilder
Der Generator, an den sql angefügt werden soll.
- operations
- IReadOnlyList<ColumnModification>
Die Vorgänge, aus denen die Bedingungen erstellt werden sollen.
Gilt für:
AppendWhereClause(StringBuilder, IReadOnlyList<IColumnModification>)
Fügt eine -Klausel an WHERE
.
protected virtual void AppendWhereClause (System.Text.StringBuilder commandStringBuilder, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> operations);
abstract member AppendWhereClause : System.Text.StringBuilder * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> -> unit
override this.AppendWhereClause : System.Text.StringBuilder * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Update.IColumnModification> -> unit
Protected Overridable Sub AppendWhereClause (commandStringBuilder As StringBuilder, operations As IReadOnlyList(Of IColumnModification))
Parameter
- commandStringBuilder
- StringBuilder
Der Generator, an den sql angefügt werden soll.
- operations
- IReadOnlyList<IColumnModification>
Die Vorgänge, aus denen die Bedingungen erstellt werden sollen.
Gilt für:
Entity Framework