Sdílet prostřednictvím


UpdateSqlGenerator.AppendWhereAffectedClause Metoda

Definice

Přetížení

AppendWhereAffectedClause(StringBuilder, IReadOnlyList<ColumnModification>)

Připojí klauzuli WHERE obsahující ovlivněné řádky.

AppendWhereAffectedClause(StringBuilder, IReadOnlyList<IColumnModification>)

Připojí klauzuli WHERE obsahující ovlivněné řádky.

AppendWhereAffectedClause(StringBuilder, IReadOnlyList<ColumnModification>)

Zdroj:
UpdateSqlGenerator.cs
Zdroj:
UpdateSqlGenerator.cs
Zdroj:
UpdateSqlGenerator.cs
Zdroj:
UpdateSqlGenerator.cs
Zdroj:
UpdateSqlGenerator.cs

Připojí klauzuli WHERE obsahující ovlivněné řádky.

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

Parametry

commandStringBuilder
StringBuilder

Tvůrce, ke kterému se má připojit SQL.

operations
IReadOnlyList<ColumnModification>

Operace, ze kterých se mají vytvořit podmínky.

Platí pro

AppendWhereAffectedClause(StringBuilder, IReadOnlyList<IColumnModification>)

Zdroj:
UpdateSqlGenerator.cs

Připojí klauzuli WHERE obsahující ovlivněné řádky.

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

Parametry

commandStringBuilder
StringBuilder

Tvůrce, ke kterému se má připojit SQL.

operations
IReadOnlyList<IColumnModification>

Operace, ze kterých se mají vytvořit podmínky.

Platí pro