IReadOnlyTypeBase.GetMembers Method

Definition

Gets the members defined on this type and base types.

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

Returns

Type members.

Applies to