Aracılığıyla paylaş


MutableEntityTypeExtensions.SetDiscriminatorValue Yöntem

Tanım

Bu varlık türü için ayrımcı değeri ayarlar.

public static void SetDiscriminatorValue (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, object value);
static member SetDiscriminatorValue : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * obj -> unit
<Extension()>
Public Sub SetDiscriminatorValue (entityType As IMutableEntityType, value As Object)

Parametreler

entityType
IMutableEntityType

Varlık türü.

value
Object

Ayarlanacak değer.

Şunlara uygulanır