Freigeben über


UpdateSqlGenerator.IsIdentityOperation(IColumnModification) Methode

Definition

Gibt einen Wert zurück, der angibt, ob die angegebene Änderung eine automatisch inkrementierende Spalte darstellt.

protected virtual bool IsIdentityOperation (Microsoft.EntityFrameworkCore.Update.IColumnModification modification);
abstract member IsIdentityOperation : Microsoft.EntityFrameworkCore.Update.IColumnModification -> bool
override this.IsIdentityOperation : Microsoft.EntityFrameworkCore.Update.IColumnModification -> bool
Protected Overridable Function IsIdentityOperation (modification As IColumnModification) As Boolean

Parameter

modification
IColumnModification

Die Spaltenänderung.

Gibt zurück

true , wenn die angegebene Änderung eine automatisch inkrementierende Spalte darstellt.

Gilt für: