IMutableTypeBase.GetDeclaredMembers 方法

定義

取得在這個類型上宣告的成員。

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

傳回

宣告的成員。

適用於