Table of Contents

Class EntityFinderCollectionLoaderAdapter

Namespace
Microsoft.EntityFrameworkCore.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 EntityFinderCollectionLoaderAdapter : ICollectionLoader
Inheritance
EntityFinderCollectionLoaderAdapter
Implements
Inherited Members

Constructors

EntityFinderCollectionLoaderAdapter(IEntityFinder, INavigation)

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 EntityFinderCollectionLoaderAdapter(IEntityFinder entityFinder, INavigation navigation)

Parameters

entityFinder IEntityFinder
navigation INavigation

Methods

Load(InternalEntityEntry, LoadOptions)

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 Load(InternalEntityEntry entry, LoadOptions options)

Parameters

entry InternalEntityEntry
options LoadOptions

LoadAsync(InternalEntityEntry, LoadOptions, CancellationToken)

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 Task LoadAsync(InternalEntityEntry entry, LoadOptions options, CancellationToken cancellationToken = default)

Parameters

entry InternalEntityEntry
options LoadOptions
cancellationToken CancellationToken

Returns

Task

Query(InternalEntityEntry)

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 IQueryable Query(InternalEntityEntry entry)

Parameters

entry InternalEntityEntry

Returns

IQueryable