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 |
| AppendWhereAffectedClause(StringBuilder, IReadOnlyList<IColumnModification>) |
Etkilenen satırları içeren |
AppendWhereAffectedClause(StringBuilder, IReadOnlyList<ColumnModification>)
Etkilenen satırları içeren bir WHERE yan tümcesi 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
Dosyanın ek SQL oluşturucu.
- operations
- IReadOnlyList<ColumnModification>
Koşulların hangi işlemlerden derlemesi gerekir?
Şunlara uygulanır
AppendWhereAffectedClause(StringBuilder, IReadOnlyList<IColumnModification>)
Etkilenen satırları içeren bir WHERE yan tümcesi 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
Dosyanın ek SQL oluşturucu.
- operations
- IReadOnlyList<IColumnModification>
Koşulların hangi işlemlerden derlemesi gerekir?