IDbSetFinder Interface
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 service for finding DbSet<TEntity> properties on a type that inherits from DbContext.
public interface IDbSetFinder
type IDbSetFinder = interface
Public Interface IDbSetFinder
The service lifetime is Singleton. This means a single instance is used by many DbContext instances. The implementation must be thread-safe. This service cannot depend on services registered as Scoped.
Find |
Finds DbSet<TEntity> properties on a type that inherits from DbContext. |
Produkt | Versioner |
---|---|
Entity Framework Core | 5.0, 6.0, 7.0, 8.0, 9.0 |
Feedback om Entity Framework
Entity Framework är ett öppen källkod projekt. Välj en länk för att ge feedback: