Class InternalSkipNavigationBuilder
- 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 InternalSkipNavigationBuilder : InternalPropertyBaseBuilder<IConventionSkipNavigationBuilder, SkipNavigation>, IConventionSkipNavigationBuilder, IConventionPropertyBaseBuilder<IConventionSkipNavigationBuilder>, IConventionAnnotatableBuilder
- Inheritance
-
InternalSkipNavigationBuilder
- Implements
- Inherited Members
Constructors
InternalSkipNavigationBuilder(SkipNavigation, InternalModelBuilder)
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 InternalSkipNavigationBuilder(SkipNavigation metadata, InternalModelBuilder modelBuilder)
Parameters
metadata
SkipNavigationmodelBuilder
InternalModelBuilder
Properties
This
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 override InternalSkipNavigationBuilder This { get; }
Property Value
Methods
Attach(InternalEntityTypeBuilder?, EntityType?, InternalSkipNavigationBuilder?)
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 InternalSkipNavigationBuilder? Attach(InternalEntityTypeBuilder? entityTypeBuilder = null, EntityType? targetEntityType = null, InternalSkipNavigationBuilder? inverseBuilder = null)
Parameters
entityTypeBuilder
InternalEntityTypeBuildertargetEntityType
EntityTypeinverseBuilder
InternalSkipNavigationBuilder
Returns
AutoInclude(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 InternalSkipNavigationBuilder? AutoInclude(bool? autoInclude, ConfigurationSource configurationSource)
Parameters
autoInclude
bool?configurationSource
ConfigurationSource
Returns
CanSetAutoInclude(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 CanSetAutoInclude(bool? autoInclude, ConfigurationSource configurationSource)
Parameters
autoInclude
bool?configurationSource
ConfigurationSource
Returns
CanSetForeignKey(ForeignKey?, 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 CanSetForeignKey(ForeignKey? foreignKey, ConfigurationSource? configurationSource)
Parameters
foreignKey
ForeignKeyconfigurationSource
ConfigurationSource?
Returns
CanSetInverse(SkipNavigation?, 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 CanSetInverse(SkipNavigation? inverse, ConfigurationSource? configurationSource)
Parameters
inverse
SkipNavigationconfigurationSource
ConfigurationSource?
Returns
CanSetLazyLoadingEnabled(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 CanSetLazyLoadingEnabled(bool? lazyLoadingEnabled, ConfigurationSource configurationSource)
Parameters
lazyLoadingEnabled
bool?configurationSource
ConfigurationSource
Returns
EnableLazyLoading(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 InternalSkipNavigationBuilder? EnableLazyLoading(bool? lazyLoadingEnabled, ConfigurationSource configurationSource)
Parameters
lazyLoadingEnabled
bool?configurationSource
ConfigurationSource
Returns
HasForeignKey(ForeignKey?, 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 InternalSkipNavigationBuilder? HasForeignKey(ForeignKey? foreignKey, ConfigurationSource configurationSource)
Parameters
foreignKey
ForeignKeyconfigurationSource
ConfigurationSource
Returns
HasInverse(SkipNavigation?, 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 InternalSkipNavigationBuilder? HasInverse(SkipNavigation? inverse, ConfigurationSource configurationSource)
Parameters
inverse
SkipNavigationconfigurationSource
ConfigurationSource