MutableEntityTypeExtensions.FindProperty 方法

定義

取得指定實體型別上的屬性。 如果找不到任何屬性,則傳 null 回 。

此 API 只會尋找純量屬性,而且找不到導覽屬性。 用來 FindNavigation(IMutableEntityType, MemberInfo) 尋找導覽屬性。

public static Microsoft.EntityFrameworkCore.Metadata.IMutableProperty FindProperty (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType, System.Reflection.PropertyInfo propertyInfo);
static member FindProperty : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType * System.Reflection.PropertyInfo -> Microsoft.EntityFrameworkCore.Metadata.IMutableProperty
<Extension()>
Public Function FindProperty (entityType As IMutableEntityType, propertyInfo As PropertyInfo) As IMutableProperty

參數

entityType
IMutableEntityType

實體類型。

propertyInfo
PropertyInfo

實體類別上的 屬性。

傳回

如果找不到屬性,則 null 為 。

適用於