IMutableTypeBase.GetDeclaredMembers Method

Definition

Gets the members declared on this type.

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)

Returns

Declared members.

Applies to