Sdílet prostřednictvím


UpdateSqlGenerator.AppendWhereClause Metoda

Definice

Přetížení

AppendWhereClause(StringBuilder, IReadOnlyList<ColumnModification>)

Připojí klauzuli WHERE .

AppendWhereClause(StringBuilder, IReadOnlyList<IColumnModification>)

Připojí klauzuli WHERE .

AppendWhereClause(StringBuilder, IReadOnlyList<ColumnModification>)

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

Připojí klauzuli 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))

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

AppendWhereClause(StringBuilder, IReadOnlyList<IColumnModification>)

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

Připojí klauzuli 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))

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