Share via


RuntimeEntityType.IReadOnlyEntityType.GetDiscriminatorPropertyName Method

Definition

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

[System.Diagnostics.DebuggerStepThrough]
string? IReadOnlyEntityType.GetDiscriminatorPropertyName ();
[System.Diagnostics.DebuggerStepThrough]
string IReadOnlyEntityType.GetDiscriminatorPropertyName ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetDiscriminatorPropertyName : unit -> string
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetDiscriminatorPropertyName : unit -> string
Function GetDiscriminatorPropertyName () As String Implements IReadOnlyEntityType.GetDiscriminatorPropertyName

Returns

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

Implements

Attributes

Applies to