NavigationEntry.Finder(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此 API 支持 Entity Framework Core 基础结构,不应直接从代码使用。 将来的版本中可能会更改或删除此 API。
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
参数
- entityType
- Type
返回
Microsoft.EntityFrameworkCore.Internal.IEntityFinder