ServicePropertyDiscoveryConvention.DiscoverServiceProperties 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.
Discovers properties on the given structural type.
protected virtual void DiscoverServiceProperties (Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionTypeBaseBuilder structuralTypeBuilder, Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext context);
abstract member DiscoverServiceProperties : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionTypeBaseBuilder * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext -> unit
override this.DiscoverServiceProperties : Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionTypeBaseBuilder * Microsoft.EntityFrameworkCore.Metadata.Conventions.IConventionContext -> unit
Protected Overridable Sub DiscoverServiceProperties (structuralTypeBuilder As IConventionTypeBaseBuilder, context As IConventionContext)
Parameters
- structuralTypeBuilder
- IConventionTypeBaseBuilder
The type for which the properties will be discovered.
- context
- IConventionContext
Additional information associated with convention execution.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.