Aracılığıyla paylaş


RuntimePropertyBase 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]
protected RuntimePropertyBase (string name, System.Reflection.PropertyInfo? propertyInfo, System.Reflection.FieldInfo? fieldInfo, Microsoft.EntityFrameworkCore.PropertyAccessMode propertyAccessMode);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Metadata.RuntimePropertyBase : string * System.Reflection.PropertyInfo * System.Reflection.FieldInfo * Microsoft.EntityFrameworkCore.PropertyAccessMode -> Microsoft.EntityFrameworkCore.Metadata.RuntimePropertyBase
Protected Sub New (name As String, propertyInfo As PropertyInfo, fieldInfo As FieldInfo, propertyAccessMode As PropertyAccessMode)

Parametreler

name
String
propertyInfo
PropertyInfo
fieldInfo
FieldInfo
propertyAccessMode
PropertyAccessMode
Öznitelikler

Şunlara uygulanır