UpdateSqlGenerator.AppendWhereAffectedClause Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
AppendWhereAffectedClause(StringBuilder, IReadOnlyList<ColumnModification>) |
Etkilenen satırları içeren bir |
AppendWhereAffectedClause(StringBuilder, IReadOnlyList<IColumnModification>) |
Etkilenen satırları içeren bir |
AppendWhereAffectedClause(StringBuilder, IReadOnlyList<ColumnModification>)
Etkilenen satırları içeren bir WHERE
yan tümce ekler.
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))
Parametreler
- commandStringBuilder
- StringBuilder
SQL'in eklenmesi gereken oluşturucu.
- operations
- IReadOnlyList<ColumnModification>
Koşulların oluşturulması için gerçekleştirilen işlemler.
Şunlara uygulanır
AppendWhereAffectedClause(StringBuilder, IReadOnlyList<IColumnModification>)
Etkilenen satırları içeren bir WHERE
yan tümce ekler.
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))
Parametreler
- commandStringBuilder
- StringBuilder
SQL'in eklenmesi gereken oluşturucu.
- operations
- IReadOnlyList<IColumnModification>
Koşulların oluşturulması için gerçekleştirilen işlemler.
Şunlara uygulanır
Entity Framework