共用方式為


IModel.FindRuntimeEntityType(Type) 方法

定義

取得對應指定實體類別的實體,其中 類別可能是衍生自實際實體類型的 Proxy。 null如果找不到具有指定 CLR 類型的實體類型,或共用類型實體類型正在使用指定的 CLR 類型,或實體類型具有定義導覽,則傳回 。

public virtual Microsoft.EntityFrameworkCore.Metadata.IEntityType? FindRuntimeEntityType (Type type);
public virtual Microsoft.EntityFrameworkCore.Metadata.IEntityType? FindRuntimeEntityType (Type? type);
abstract member FindRuntimeEntityType : Type -> Microsoft.EntityFrameworkCore.Metadata.IEntityType
override this.FindRuntimeEntityType : Type -> Microsoft.EntityFrameworkCore.Metadata.IEntityType
Public Overridable Function FindRuntimeEntityType (type As Type) As IEntityType

參數

type
Type

要尋找對應實體類型的型別。

傳回

實體類型,如果找不到實體類型,則 null 為 。

備註

如需詳細資訊和範例,請參閱 模型化實體類型和關聯 性。

適用於