Share via


MemberEntry Constructors

Definition

Overloads

Name Description
MemberEntry(IInternalEntry, IPropertyBase)

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.

MemberEntry(InternalEntityEntry, IPropertyBase)

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.

MemberEntry(IInternalEntry, IPropertyBase)

Source:
MemberEntry.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]
protected MemberEntry(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry internalEntry, Microsoft.EntityFrameworkCore.Metadata.IPropertyBase metadata);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.ChangeTracking.MemberEntry : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> Microsoft.EntityFrameworkCore.ChangeTracking.MemberEntry
Protected Sub New (internalEntry As IInternalEntry, metadata As IPropertyBase)

Parameters

internalEntry
Microsoft.EntityFrameworkCore.ChangeTracking.Internal.IInternalEntry
metadata
IPropertyBase
Attributes

Applies to

MemberEntry(InternalEntityEntry, IPropertyBase)

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

protected MemberEntry(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry internalEntry, Microsoft.EntityFrameworkCore.Metadata.IPropertyBase metadata);
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
protected MemberEntry(Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry internalEntry, Microsoft.EntityFrameworkCore.Metadata.IPropertyBase metadata);
new Microsoft.EntityFrameworkCore.ChangeTracking.MemberEntry : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> Microsoft.EntityFrameworkCore.ChangeTracking.MemberEntry
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.ChangeTracking.MemberEntry : Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry * Microsoft.EntityFrameworkCore.Metadata.IPropertyBase -> Microsoft.EntityFrameworkCore.ChangeTracking.MemberEntry
Protected Sub New (internalEntry As InternalEntityEntry, metadata As IPropertyBase)

Parameters

internalEntry
Microsoft.EntityFrameworkCore.ChangeTracking.Internal.InternalEntityEntry
metadata
IPropertyBase
Attributes

Applies to