Table of Contents

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 SkipNavigation
modelBuilder 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

InternalSkipNavigationBuilder

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 InternalEntityTypeBuilder
targetEntityType EntityType
inverseBuilder InternalSkipNavigationBuilder

Returns

InternalSkipNavigationBuilder

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

InternalSkipNavigationBuilder

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

bool

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 ForeignKey
configurationSource ConfigurationSource?

Returns

bool

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 SkipNavigation
configurationSource ConfigurationSource?

Returns

bool

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

bool

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

InternalSkipNavigationBuilder

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 ForeignKey
configurationSource ConfigurationSource

Returns

InternalSkipNavigationBuilder

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 SkipNavigation
configurationSource ConfigurationSource

Returns

InternalSkipNavigationBuilder