Class ForeignKey
- Namespace
- Microsoft.EntityFrameworkCore.Metadata.Internal
- Assembly
- Microsoft.EntityFrameworkCore.dll
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.
public class ForeignKey : ConventionAnnotatable, IMutableForeignKey, IMutableAnnotatable, IConventionForeignKey, IConventionAnnotatable, IRuntimeForeignKey, IForeignKey, IReadOnlyForeignKey, IAnnotatable, IReadOnlyAnnotatable
- Inheritance
-
ForeignKey
- Implements
- Inherited Members
- Extension Methods
Constructors
ForeignKey(IReadOnlyList<Property>, Key, EntityType, EntityType, ConfigurationSource)
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.
public ForeignKey(IReadOnlyList<Property> dependentProperties, Key principalKey, EntityType dependentEntityType, EntityType principalEntityType, ConfigurationSource configurationSource)
Parameters
dependentProperties
IReadOnlyList<Property>principalKey
KeydependentEntityType
EntityTypeprincipalEntityType
EntityTypeconfigurationSource
ConfigurationSource
Fields
DefaultDeleteBehavior
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.
public const DeleteBehavior DefaultDeleteBehavior = 0
Field Value
- DeleteBehavior
LongestFkChainAllowedLength
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.
public static readonly int LongestFkChainAllowedLength
Field Value
Properties
Builder
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.
public virtual InternalForeignKeyBuilder Builder { get; }
Property Value
DebugView
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.
public virtual DebugView DebugView { get; }
Property Value
DeclaringEntityType
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.
public virtual EntityType DeclaringEntityType { get; }
Property Value
DeleteBehavior
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.
public virtual DeleteBehavior DeleteBehavior { get; set; }
Property Value
- DeleteBehavior
DependentKeyValueFactory
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.
public virtual IDependentKeyValueFactory DependentKeyValueFactory { get; set; }
Property Value
DependentToPrincipal
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.
public virtual Navigation? DependentToPrincipal { get; }
Property Value
DependentsMapFactory
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.
public virtual Func<IDependentsMap> DependentsMapFactory { get; set; }
Property Value
IsInModel
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.
public virtual bool IsInModel { get; }
Property Value
IsOwnership
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.
public virtual bool IsOwnership { get; set; }
Property Value
IsReadOnly
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.
public override bool IsReadOnly { get; }
Property Value
IsRequired
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.
public virtual bool IsRequired { get; set; }
Property Value
IsRequiredDependent
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.
public virtual bool IsRequiredDependent { get; set; }
Property Value
IsUnique
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.
public virtual bool IsUnique { get; set; }
Property Value
PrincipalEntityType
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.
public virtual EntityType PrincipalEntityType { get; }
Property Value
PrincipalKey
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.
public virtual Key PrincipalKey { get; }
Property Value
PrincipalToDependent
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.
public virtual Navigation? PrincipalToDependent { get; }
Property Value
Properties
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.
public virtual IReadOnlyList<Property> Properties { get; }
Property Value
ReferencingSkipNavigations
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.
public virtual ISet<SkipNavigation>? ReferencingSkipNavigations { get; set; }
Property Value
Methods
AreCompatible(EntityType, EntityType, MemberInfo?, MemberInfo?, IReadOnlyList<IReadOnlyProperty>?, IReadOnlyList<IReadOnlyProperty>?, bool?, bool)
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.
public static bool AreCompatible(EntityType principalEntityType, EntityType dependentEntityType, MemberInfo? navigationToPrincipal, MemberInfo? navigationToDependent, IReadOnlyList<IReadOnlyProperty>? dependentProperties, IReadOnlyList<IReadOnlyProperty>? principalProperties, bool? unique, bool shouldThrow)
Parameters
principalEntityType
EntityTypedependentEntityType
EntityTypenavigationToPrincipal
MemberInfonavigationToDependent
MemberInfodependentProperties
IReadOnlyList<IReadOnlyProperty>principalProperties
IReadOnlyList<IReadOnlyProperty>unique
bool?shouldThrow
bool
Returns
AreCompatible(IReadOnlyList<IReadOnlyProperty>, IReadOnlyList<IReadOnlyProperty>, IReadOnlyEntityType, IReadOnlyEntityType, bool)
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.
public static bool AreCompatible(IReadOnlyList<IReadOnlyProperty> principalProperties, IReadOnlyList<IReadOnlyProperty> dependentProperties, IReadOnlyEntityType principalEntityType, IReadOnlyEntityType dependentEntityType, bool shouldThrow)
Parameters
principalProperties
IReadOnlyList<IReadOnlyProperty>dependentProperties
IReadOnlyList<IReadOnlyProperty>principalEntityType
IReadOnlyEntityTypedependentEntityType
IReadOnlyEntityTypeshouldThrow
bool
Returns
FindNavigationsFromInHierarchy(EntityType)
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.
public virtual IEnumerable<Navigation> FindNavigationsFromInHierarchy(EntityType entityType)
Parameters
entityType
EntityType
Returns
FindNavigationsTo(EntityType)
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.
public virtual IEnumerable<Navigation> FindNavigationsTo(EntityType entityType)
Parameters
entityType
EntityType
Returns
GetConfigurationSource()
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.
public virtual ConfigurationSource GetConfigurationSource()
Returns
GetDeleteBehaviorConfigurationSource()
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.
public virtual ConfigurationSource? GetDeleteBehaviorConfigurationSource()
Returns
GetDependentToPrincipalConfigurationSource()
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.
public virtual ConfigurationSource? GetDependentToPrincipalConfigurationSource()
Returns
GetIsOwnershipConfigurationSource()
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.
public virtual ConfigurationSource? GetIsOwnershipConfigurationSource()
Returns
GetIsRequiredConfigurationSource()
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.
public virtual ConfigurationSource? GetIsRequiredConfigurationSource()
Returns
GetIsRequiredDependentConfigurationSource()
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.
public virtual ConfigurationSource? GetIsRequiredDependentConfigurationSource()
Returns
GetIsUniqueConfigurationSource()
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.
public virtual ConfigurationSource? GetIsUniqueConfigurationSource()
Returns
GetPrincipalEndConfigurationSource()
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.
public virtual ConfigurationSource? GetPrincipalEndConfigurationSource()
Returns
GetPrincipalKeyConfigurationSource()
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.
public virtual ConfigurationSource? GetPrincipalKeyConfigurationSource()
Returns
GetPrincipalToDependentConfigurationSource()
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.
public virtual ConfigurationSource? GetPrincipalToDependentConfigurationSource()
Returns
GetPropertiesConfigurationSource()
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.
public virtual ConfigurationSource? GetPropertiesConfigurationSource()
Returns
GetReferencingSkipNavigations()
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.
public virtual IEnumerable<SkipNavigation> GetReferencingSkipNavigations()
Returns
OnAnnotationSet(string, IConventionAnnotation?, IConventionAnnotation?)
Runs the conventions when an annotation was set or removed.
protected override IConventionAnnotation? OnAnnotationSet(string name, IConventionAnnotation? annotation, IConventionAnnotation? oldAnnotation)
Parameters
name
stringThe key of the set annotation.
annotation
IConventionAnnotationThe annotation set.
oldAnnotation
IConventionAnnotationThe old annotation.
Returns
- IConventionAnnotation
The annotation that was set.
ResolveOtherEntityType(EntityType)
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.
public virtual EntityType ResolveOtherEntityType(EntityType entityType)
Parameters
entityType
EntityType
Returns
SetDeleteBehavior(DeleteBehavior?, ConfigurationSource)
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.
public virtual DeleteBehavior? SetDeleteBehavior(DeleteBehavior? deleteBehavior, ConfigurationSource configurationSource)
Parameters
deleteBehavior
DeleteBehavior?configurationSource
ConfigurationSource
Returns
- DeleteBehavior?
SetDependentToPrincipal(MemberIdentity?, ConfigurationSource)
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.
public virtual Navigation? SetDependentToPrincipal(MemberIdentity? property, ConfigurationSource configurationSource)
Parameters
property
MemberIdentity?configurationSource
ConfigurationSource
Returns
SetDependentToPrincipal(MemberInfo?, ConfigurationSource)
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.
public virtual Navigation? SetDependentToPrincipal(MemberInfo? property, ConfigurationSource configurationSource)
Parameters
property
MemberInfoconfigurationSource
ConfigurationSource
Returns
SetDependentToPrincipal(string?, ConfigurationSource)
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.
public virtual Navigation? SetDependentToPrincipal(string? name, ConfigurationSource configurationSource)
Parameters
name
stringconfigurationSource
ConfigurationSource
Returns
SetIsOwnership(bool?, ConfigurationSource)
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.
public virtual bool? SetIsOwnership(bool? ownership, ConfigurationSource configurationSource)
Parameters
ownership
bool?configurationSource
ConfigurationSource
Returns
- bool?
SetIsRequired(bool?, ConfigurationSource)
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.
public virtual bool? SetIsRequired(bool? required, ConfigurationSource configurationSource)
Parameters
required
bool?configurationSource
ConfigurationSource
Returns
- bool?
SetIsRequiredConfigurationSource(ConfigurationSource?)
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.
public virtual void SetIsRequiredConfigurationSource(ConfigurationSource? configurationSource)
Parameters
configurationSource
ConfigurationSource?
SetIsRequiredDependent(bool?, ConfigurationSource)
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.
public virtual bool? SetIsRequiredDependent(bool? required, ConfigurationSource configurationSource)
Parameters
required
bool?configurationSource
ConfigurationSource
Returns
- bool?
SetIsRequiredDependentConfigurationSource(ConfigurationSource?)
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.
public virtual void SetIsRequiredDependentConfigurationSource(ConfigurationSource? configurationSource)
Parameters
configurationSource
ConfigurationSource?
SetIsUnique(bool?, ConfigurationSource)
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.
public virtual bool? SetIsUnique(bool? unique, ConfigurationSource configurationSource)
Parameters
unique
bool?configurationSource
ConfigurationSource
Returns
- bool?
SetPrincipalEndConfigurationSource(ConfigurationSource?)
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.
public virtual void SetPrincipalEndConfigurationSource(ConfigurationSource? configurationSource)
Parameters
configurationSource
ConfigurationSource?
SetPrincipalToDependent(MemberIdentity?, ConfigurationSource)
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.
public virtual Navigation? SetPrincipalToDependent(MemberIdentity? property, ConfigurationSource configurationSource)
Parameters
property
MemberIdentity?configurationSource
ConfigurationSource
Returns
SetPrincipalToDependent(MemberInfo?, ConfigurationSource)
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.
public virtual Navigation? SetPrincipalToDependent(MemberInfo? property, ConfigurationSource configurationSource)
Parameters
property
MemberInfoconfigurationSource
ConfigurationSource
Returns
SetPrincipalToDependent(string?, ConfigurationSource)
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.
public virtual Navigation? SetPrincipalToDependent(string? name, ConfigurationSource configurationSource)
Parameters
name
stringconfigurationSource
ConfigurationSource
Returns
SetProperties(IReadOnlyList<Property>, Key, ConfigurationSource?)
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.
public virtual IReadOnlyList<Property> SetProperties(IReadOnlyList<Property> properties, Key principalKey, ConfigurationSource? configurationSource)
Parameters
properties
IReadOnlyList<Property>principalKey
KeyconfigurationSource
ConfigurationSource?
Returns
SetRemovedFromModel()
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.
public virtual void SetRemovedFromModel()
ToString()
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.
public override string ToString()
Returns
UpdateConfigurationSource(ConfigurationSource)
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.
public virtual void UpdateConfigurationSource(ConfigurationSource configurationSource)
Parameters
configurationSource
ConfigurationSource
UpdateDeleteBehaviorConfigurationSource(ConfigurationSource)
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.
public virtual void UpdateDeleteBehaviorConfigurationSource(ConfigurationSource configurationSource)
Parameters
configurationSource
ConfigurationSource
UpdateDependentToPrincipalConfigurationSource(ConfigurationSource?)
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.
public virtual void UpdateDependentToPrincipalConfigurationSource(ConfigurationSource? configurationSource)
Parameters
configurationSource
ConfigurationSource?
UpdateIsOwnershipConfigurationSource(ConfigurationSource)
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.
public virtual void UpdateIsOwnershipConfigurationSource(ConfigurationSource configurationSource)
Parameters
configurationSource
ConfigurationSource
UpdatePrincipalEndConfigurationSource(ConfigurationSource)
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.
public virtual void UpdatePrincipalEndConfigurationSource(ConfigurationSource configurationSource)
Parameters
configurationSource
ConfigurationSource
UpdatePrincipalKeyConfigurationSource(ConfigurationSource)
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.
public virtual void UpdatePrincipalKeyConfigurationSource(ConfigurationSource configurationSource)
Parameters
configurationSource
ConfigurationSource
UpdatePrincipalToDependentConfigurationSource(ConfigurationSource?)
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.
public virtual void UpdatePrincipalToDependentConfigurationSource(ConfigurationSource? configurationSource)
Parameters
configurationSource
ConfigurationSource?
UpdatePropertiesConfigurationSource(ConfigurationSource)
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.
public virtual void UpdatePropertiesConfigurationSource(ConfigurationSource configurationSource)
Parameters
configurationSource
ConfigurationSource