PropertyEntry Constructors

Definition

Overloads

PropertyEntry(InternalEntityEntry, IProperty)

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.

PropertyEntry(InternalEntityEntry, String)

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.

PropertyEntry(InternalEntityEntry, IProperty)

Source:
PropertyEntry.cs
Source:
PropertyEntry.cs
Source:
PropertyEntry.cs
Source:
PropertyEntry.cs
Source:
PropertyEntry.cs
Source:
PropertyEntry.cs
Source:
PropertyEntry.cs
Source:
PropertyEntry.cs
Source:
PropertyEntry.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.

C#
public PropertyEntry (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry internalEntry, Microsoft.EntityFrameworkCore.Metadata.IProperty property);
C#
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public PropertyEntry (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry internalEntry, Microsoft.EntityFrameworkCore.Metadata.IProperty property);

Parameters

internalEntry
Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
property
IProperty
Attributes

Applies to

Entity Framework Core 9.0 i druge verzije
Proizvod Verzije
Entity Framework Core 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0

PropertyEntry(InternalEntityEntry, String)

Source:
PropertyEntry.cs
Source:
PropertyEntry.cs
Source:
PropertyEntry.cs
Source:
PropertyEntry.cs
Source:
PropertyEntry.cs
Source:
PropertyEntry.cs
Source:
PropertyEntry.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.

C#
public PropertyEntry (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry internalEntry, string name);
C#
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public PropertyEntry (Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry internalEntry, string name);

Parameters

internalEntry
Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
name
String
Attributes

Applies to

Entity Framework Core 7.0 i druge verzije
Proizvod Verzije
Entity Framework Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0