ConventionEntityTypeExtensions.FindDeclaredProperty 方法

定义

查找在具有给定名称的类型上声明的属性。 不返回在基类型上定义的属性。

public static Microsoft.EntityFrameworkCore.Metadata.IConventionProperty FindDeclaredProperty (this Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, string name);
static member FindDeclaredProperty : Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * string -> Microsoft.EntityFrameworkCore.Metadata.IConventionProperty
<Extension()>
Public Function FindDeclaredProperty (entityType As IConventionEntityType, name As String) As IConventionProperty

参数

entityType
IConventionEntityType

实体类型。

name
String

属性名称。

返回

属性,如果未找到,则为 。null

适用于