IUpdateEntry.IsStoreGenerated(IProperty) Yöntem

Tanım

Belirtilen özelliğin veritabanı tarafından oluşturulan bir değere sahip olup olmadığını gösteren bir değer alır.

public bool IsStoreGenerated (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
abstract member IsStoreGenerated : Microsoft.EntityFrameworkCore.Metadata.IProperty -> bool
Public Function IsStoreGenerated (property As IProperty) As Boolean

Parametreler

property
IProperty

Denetlenecek özellik.

Döndürülenler

Boolean

true özelliğin veritabanı tarafından oluşturulmuş bir değeri olması gerekiyorsa, tersi durumda false .

Şunlara uygulanır