UpdateAndSelectSqlGenerator.AppendIdentityWhereCondition Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Appends a WHERE
condition for the identity (i.e. key value) of the given column.
protected abstract void AppendIdentityWhereCondition (System.Text.StringBuilder commandStringBuilder, Microsoft.EntityFrameworkCore.Update.IColumnModification columnModification);
abstract member AppendIdentityWhereCondition : System.Text.StringBuilder * Microsoft.EntityFrameworkCore.Update.IColumnModification -> unit
Protected MustOverride Sub AppendIdentityWhereCondition (commandStringBuilder As StringBuilder, columnModification As IColumnModification)
Parameters
- commandStringBuilder
- StringBuilder
The builder to which the SQL should be appended.
- columnModification
- IColumnModification
The column for which the condition is being generated.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework