IEntityType.FindDiscriminatorProperty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the IProperty that will be used for storing a discriminator value.
public virtual Microsoft.EntityFrameworkCore.Metadata.IProperty? FindDiscriminatorProperty ();
abstract member FindDiscriminatorProperty : unit -> Microsoft.EntityFrameworkCore.Metadata.IProperty
override this.FindDiscriminatorProperty : unit -> Microsoft.EntityFrameworkCore.Metadata.IProperty
Public Overridable Function FindDiscriminatorProperty () As IProperty
Returns
Applies to
Feedback
Submit and view feedback for