DbSetFindingConvention Class
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.
A convention that adds entity types based on the DbSet<TEntity> properties defined on the derived DbContext class.
public class DbSetFindingConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelInitializedConvention
type DbSetFindingConvention = class
interface IModelInitializedConvention
interface IConvention
Public Class DbSetFindingConvention
Implements IModelInitializedConvention
- Inheritance
-
DbSetFindingConvention
- Implements
Remarks
See Model building conventions for more information and examples.
Constructors
DbSetFindingConvention(ProviderConventionSetBuilderDependencies) |
Creates a new instance of DbSetFindingConvention. |
Properties
Dependencies |
Dependencies for this service. |
Methods
ProcessModelInitialized(IConventionModelBuilder, IConventionContext<IConventionModelBuilder>) |
Called after a model is initialized. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework