ServicePropertyDiscoveryConvention.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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework