MutableEntityTypeExtensions.SetDiscriminatorMappingComplete Method

Definition

Sets the value indicating whether the discriminator mapping is complete.

public static void SetDiscriminatorMappingComplete (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, bool? complete);
static member SetDiscriminatorMappingComplete : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * Nullable<bool> -> unit
<Extension()>
Public Sub SetDiscriminatorMappingComplete (entityType As IMutableEntityType, complete As Nullable(Of Boolean))

Parameters

entityType
IMutableEntityType

The entity type.

complete
Nullable<Boolean>

The value indicating whether the discriminator mapping is complete.

Applies to