Sdílet prostřednictvím


UpdateAndSelectSqlGenerator.AppendWhereAffectedClause Metoda

Definice

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