ComplexPropertyBuilder<TComplex>.HasNoDiscriminator 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.
Configures the entity type as having no discriminator property.
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexPropertyBuilder<TComplex> HasNoDiscriminator();
override this.HasNoDiscriminator : unit -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexPropertyBuilder<'Complex>
Public Overridable Function HasNoDiscriminator () As ComplexPropertyBuilder(Of TComplex)
Returns
The same builder instance so that multiple configuration calls can be chained.