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