IReadOnlyEntityType.GetDiscriminatorPropertyName Method

Definition

Returns the name of the property that will be used for storing a discriminator value.

public string? GetDiscriminatorPropertyName ();
abstract member GetDiscriminatorPropertyName : unit -> string
Public Function GetDiscriminatorPropertyName () As String

Returns

The name of the property that will be used for storing a discriminator value.

Applies to