Aracılığıyla paylaş


StoredProcedureBuilder<TEntity> Oluşturucu

Tanım

Bu, Entity Framework Core altyapısını destekleyen ve genel API'ler ile aynı uyumluluk standartlarına tabi olmayan bir iç API'dir. Herhangi bir sürümde bildirimde bulunmaksızın değiştirilebilir veya kaldırılabilir. Bunu yalnızca kodunuzda son derece dikkatli bir şekilde kullanmanız ve bunu yapmanın yeni bir Entity Framework Core sürümüne güncelleştirme sırasında uygulama hatalarına neden olabileceğini bilmeniz gerekir.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public StoredProcedureBuilder (Microsoft.EntityFrameworkCore.Metadata.IMutableStoredProcedure sproc, Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<TEntity> entityTypeBuilder);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureBuilder<'Entity (requires 'Entity : null)> : Microsoft.EntityFrameworkCore.Metadata.IMutableStoredProcedure * Microsoft.EntityFrameworkCore.Metadata.Builders.EntityTypeBuilder<'Entity (requires 'Entity : null)> -> Microsoft.EntityFrameworkCore.Metadata.Builders.StoredProcedureBuilder<'Entity (requires 'Entity : null)>
Public Sub New (sproc As IMutableStoredProcedure, entityTypeBuilder As EntityTypeBuilder(Of TEntity))

Parametreler

entityTypeBuilder
EntityTypeBuilder<TEntity>
Öznitelikler

Şunlara uygulanır