IConventionTypeBase.GetDeclaredMembers 方法

定义

获取在此类型上声明的成员。

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionPropertyBase> GetDeclaredMembers ();
abstract member GetDeclaredMembers : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionPropertyBase>
Public Function GetDeclaredMembers () As IEnumerable(Of IConventionPropertyBase)

返回

声明的成员。

适用于