IConventionTypeBase.GetMembers 方法

定義

取得在這個型別和基底型別上定義的成員。

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

傳回

輸入成員。

適用於