ComplexPropertyEntry Constructors

Definition

Overloads

Name Description
ComplexPropertyEntry(IInternalEntry, IComplexProperty)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

ComplexPropertyEntry(InternalEntityEntry, IComplexProperty)

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

ComplexPropertyEntry(IInternalEntry, IComplexProperty)

Source:
ComplexPropertyEntry.cs

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

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

Parameters

internalEntry
Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry
complexProperty
IComplexProperty
Attributes

Applies to

ComplexPropertyEntry(InternalEntityEntry, IComplexProperty)

Source:
ComplexPropertyEntry.cs
Source:
ComplexPropertyEntry.cs

This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release.

[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 : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * Microsoft.EntityFrameworkCore.Metadata.IComplexProperty -> Microsoft.EntityFrameworkCore.ChangeTracking.ComplexPropertyEntry
Public Sub New (internalEntry As InternalEntityEntry, complexProperty As IComplexProperty)

Parameters

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

Applies to