ColumnModification.IsStoreGenerated(IUpdateEntry, IProperty) Yöntem

Tanım

Bu, Entity Framework Core altyapısını destekleyen ve genel API'ler ile aynı uyumluluk standartlarına tabi olmayan bir iç API'dir. Herhangi bir sürümde bildirimde bulunmaksızın değiştirilebilir veya kaldırılabilir. Bunu yalnızca kodunuzda son derece dikkatli bir şekilde kullanmanız ve bunu yapmanın yeni bir Entity Framework Core sürümüne güncelleştirirken uygulama hatalarına neden olabileceğini bilmeniz gerekir.

public static bool IsStoreGenerated (Microsoft.EntityFrameworkCore.Update.IUpdateEntry entry, Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member IsStoreGenerated : Microsoft.EntityFrameworkCore.Update.IUpdateEntry * Microsoft.EntityFrameworkCore.Metadata.IProperty -> bool
Public Shared Function IsStoreGenerated (entry As IUpdateEntry, property As IProperty) As Boolean

Parametreler

entry
IUpdateEntry
property
IProperty

Döndürülenler

Şunlara uygulanır