Freigeben über


ServicePropertyDiscoveryConvention.GetMembers(IConventionTypeBase) Method

Definition

Returns the CLR members from the given type that should be considered when discovering properties.

protected virtual System.Collections.Generic.IEnumerable<System.Reflection.MemberInfo> GetMembers (Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase structuralType);
abstract member GetMembers : Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase -> seq<System.Reflection.MemberInfo>
override this.GetMembers : Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase -> seq<System.Reflection.MemberInfo>
Protected Overridable Function GetMembers (structuralType As IConventionTypeBase) As IEnumerable(Of MemberInfo)

Parameters

structuralType
IConventionTypeBase

The type for which the properties will be discovered.

Returns

The CLR members to be considered.

Applies to