MutableEntityTypeExtensions.SetDiscriminatorValue Method

Definition

Sets the discriminator value for this entity type.

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)

Parameters

entityType
IMutableEntityType

The entity type.

value
Object

The value to set.

Applies to