ComplexPropertyDiscoveryConvention.GetMembers(IConventionTypeBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.