InternalEntityEntry
InternalEntityEntry(IStateManager, IEntityType, Object)
InternalEntityEntry(IStateManager, IEntityType, Object, ISnapshot)
InternalEntityEntry(IStateManager, IEntityType, IDictionary<String, Object>, IStructuralTypeMaterializerSource)
DebugView
Entity
EntityType
HasRelationshipSnapshot
IsKeySet
IsKeyUnknown
SharedIdentityEntry
StateManager
AcceptChanges()
AddRangeToCollectionSnapshot(INavigationBase, IEnumerable<Object>)
AddToCollection(INavigationBase, Object, Boolean)
AddToCollectionSnapshot(INavigationBase, Object)
CollectionContains(INavigationBase, Object)
EnsureRelationshipSnapshot()
GetOrCreateCollection(INavigationBase, Boolean)
GetRelationshipSnapshotValue(IPropertyBase)
GetRelationshipSnapshotValue<TProperty>(IPropertyBase)
HandleConceptualNulls(Boolean, Boolean, Boolean)
HandleINotifyCollectionChanged(Object, NotifyCollectionChangedEventArgs)
HandleINotifyPropertyChanged(Object, PropertyChangedEventArgs)
HandleINotifyPropertyChanging(Object, PropertyChangingEventArgs)
IsLoaded(INavigationBase)
MarkUnchangedFromQuery()
OnPropertyChanged(IPropertyBase, Object, Boolean)
OnStateChanged(EntityState)
OnStateChanging(EntityState)
PropagateValue(InternalEntityEntry, IProperty, IProperty, Boolean, Boolean)
ReadRelationshipSnapshotValue<T>(IPropertyBase, Int32)
RemoveFromCollection(INavigationBase, Object)
RemoveFromCollectionSnapshot(INavigationBase, Object)
SetEntityState(EntityState, Boolean, Boolean, EntityState?, EntityState?)
SetEntityStateAsync(EntityState, Boolean, Boolean, EntityState?, EntityState?, CancellationToken)
SetIsLoaded(INavigationBase, Boolean)
SetRelationshipSnapshotValue(IPropertyBase, Object)
SetServiceProperties(EntityState, EntityState)
ToEntityEntry()
ToString()
net10.0
namespace Microsoft.EntityFrameworkCore.ChangeTracking.Internal
{
public sealed class InternalEntityEntry : InternalEntryBase, IInternalEntry, IUpdateEntry
{
public InternalEntityEntry(IStateManager! stateManager, IEntityType! entityType, IDictionary<string!, object?>! values, IStructuralTypeMaterializerSource! entityMaterializerSource);
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore , Version=10.0.1.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (10.0.1) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API