ModelBuilder.IInfrastructure<IConventionModelBuilder>.Instance Property
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.
The internal ModelBuilder being used to configure this model.
Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder>.Instance { get; }
member this.Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder>.Instance : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionModelBuilder
ReadOnly Property Instance As IConventionModelBuilder Implements IInfrastructure(Of IConventionModelBuilder).Instance
Property Value
Implements
Remarks
This property is intended for use by extension methods to configure the model. It is not intended to be used in application code.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.