Freigeben über


ComplexPropertyEntry<TEntity,TComplexProperty> Konstruktor

Definition

Dies ist eine interne API, die die Entity Framework Core-Infrastruktur unterstützt und nicht den gleichen Kompatibilitätsstandards wie öffentliche APIs unterliegt. Es kann ohne Vorankündigung in einer Version geändert oder entfernt werden. Sie sollten es nur mit äußerster Vorsicht direkt im Code verwenden und wissen, dass dies beim Aktualisieren auf ein neues Entity Framework Core-Release zu Anwendungsfehlern führen kann.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public ComplexPropertyEntry (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry internalEntry, Microsoft.EntityFrameworkCore.Metadata.IComplexProperty complexProperty);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<'Entity, 'ComplexProperty (requires 'Entity : null)> : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * Microsoft.EntityFrameworkCore.Metadata.IComplexProperty -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry<'Entity, 'ComplexProperty (requires 'Entity : null)>
Public Sub New (internalEntry As InternalEntityEntry, complexProperty As IComplexProperty)

Parameter

internalEntry
Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
complexProperty
IComplexProperty
Attribute

Gilt für: