DiscriminatorConvention.ProcessDiscriminatorPropertySet 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.
Called after a discriminator property is set.
public virtual void ProcessDiscriminatorPropertySet (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder entityTypeBuilder, string? name, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> context);
abstract member ProcessDiscriminatorPropertySet : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder * string * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> -> unit
override this.ProcessDiscriminatorPropertySet : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionEntityTypeBuilder * string * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> -> unit
Public Overridable Sub ProcessDiscriminatorPropertySet (entityTypeBuilder As IConventionEntityTypeBuilder, name As String, context As IConventionContext(Of String))
Parameters
- entityTypeBuilder
- IConventionEntityTypeBuilder
The builder for the entity type.
- name
- String
The name of the discriminator property.
- context
- IConventionContext<String>
Additional information associated with convention execution.
Implements
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework