IModelEmbeddedDiscriminatorNameConvention.ProcessEmbeddedDiscriminatorName 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 HasEmbeddedDiscriminatorName(String) has been called.
public void ProcessEmbeddedDiscriminatorName (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder modelBuilder, string? newName, string? oldName, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> context);
abstract member ProcessEmbeddedDiscriminatorName : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder * string * string * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext<string> -> unit
Public Sub ProcessEmbeddedDiscriminatorName (modelBuilder As IConventionModelBuilder, newName As String, oldName As String, context As IConventionContext(Of String))
Parameters
- modelBuilder
- IConventionModelBuilder
The builder for the model.
- newName
- String
The new discriminator name.
- oldName
- String
The current discriminator name.
- context
- IConventionContext<String>
Additional information associated with convention execution.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Entity Framework