NavigationEntry.Finder(Type) Method

Definition

This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

protected virtual Microsoft.EntityFrameworkCore.Internal.IEntityFinder Finder (Type entityType);
abstract member Finder : Type -> Microsoft.EntityFrameworkCore.Internal.IEntityFinder
override this.Finder : Type -> Microsoft.EntityFrameworkCore.Internal.IEntityFinder
Protected Overridable Function Finder (entityType As Type) As IEntityFinder

Parameters

entityType
Type

Returns

Microsoft.EntityFrameworkCore.Internal.IEntityFinder

Applies to