Aracılığıyla paylaş


IUpdateEntry.HasTemporaryValue(IProperty) Yöntem

Tanım

Belirtilen özelliğin geçici bir değeri olup olmadığını belirten 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

true özelliği geçici bir değere sahipse, aksi takdirde false.

Şunlara uygulanır