EntityTypeBuilder<TEntity>.New(InternalEntityTypeBuilder) Yöntem

Tanım

Belirtilen iç oluşturucuyu temel alan yeni bir Oluşturucu oluşturur. Bu geçersiz kılınan uygulama EntityTypeBuilder<TEntity> örnekleri oluşturur, böylece taban sınıftan devralınan mantık, yerine bunları kullanacaktır EntityTypeBuilder .

protected override Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder New (Microsoft.EntityFrameworkCore.Metadata.Internal.InternalEntityTypeBuilder builder);
override this.New : Microsoft.EntityFrameworkCore.Metadata.Internal.InternalEntityTypeBuilder -> Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder
Protected Overrides Function New (builder As InternalEntityTypeBuilder) As EntityTypeBuilder

Parametreler

builder
Microsoft.EntityFrameworkCore.Metadata.Internal.InternalEntityTypeBuilder

Yeni oluşturucunun oluşturulacağı iç Oluşturucu.

Döndürülenler

EntityTypeBuilder

Yeni oluşturulan Oluşturucu.

Şunlara uygulanır