IUpdateEntry.HasTemporaryValue(IProperty) Yöntem

Tanım

Belirtilen özelliğin geçici bir değere sahip olup olmadığını gösteren bir değer alır.

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

Parametreler

property
IProperty

Denetlenecek özellik.

Döndürülenler

Boolean

true özelliğin geçici bir değeri varsa, tersi durumda false .

Şunlara uygulanır