IConventionEntityType.SetDiscriminatorProperty Method

Definition

Sets the IReadOnlyProperty that will be used for storing a discriminator value.

public Microsoft.EntityFrameworkCore.Metadata.IConventionProperty? SetDiscriminatorProperty (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty? property, bool fromDataAnnotation = false);
abstract member SetDiscriminatorProperty : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * bool -> Microsoft.EntityFrameworkCore.Metadata.IConventionProperty
Public Function SetDiscriminatorProperty (property As IReadOnlyProperty, Optional fromDataAnnotation As Boolean = false) As IConventionProperty

Parameters

property
IReadOnlyProperty

The property to set.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

The discriminator property.

Applies to