ModelCacheKey Constructors
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.
Overloads
ModelCacheKey(DbContext) |
Initializes a new instance of the ModelCacheKey class. |
ModelCacheKey(DbContext, Boolean) |
Initializes a new instance of the ModelCacheKey class. |
ModelCacheKey(DbContext)
- Source:
- ModelCacheKey.cs
- Source:
- ModelCacheKey.cs
- Source:
- ModelCacheKey.cs
- Source:
- ModelCacheKey.cs
- Source:
- ModelCacheKey.cs
- Source:
- ModelCacheKey.cs
- Source:
- ModelCacheKey.cs
- Source:
- ModelCacheKey.cs
- Source:
- ModelCacheKey.cs
Initializes a new instance of the ModelCacheKey class.
public ModelCacheKey (Microsoft.EntityFrameworkCore.DbContext context);
new Microsoft.EntityFrameworkCore.Infrastructure.ModelCacheKey : Microsoft.EntityFrameworkCore.DbContext -> Microsoft.EntityFrameworkCore.Infrastructure.ModelCacheKey
Public Sub New (context As DbContext)
Parameters
- context
- DbContext
The context instance that this key is for.
Applies to
ModelCacheKey(DbContext, Boolean)
- Source:
- ModelCacheKey.cs
- Source:
- ModelCacheKey.cs
- Source:
- ModelCacheKey.cs
- Source:
- ModelCacheKey.cs
Initializes a new instance of the ModelCacheKey class.
public ModelCacheKey (Microsoft.EntityFrameworkCore.DbContext context, bool designTime);
new Microsoft.EntityFrameworkCore.Infrastructure.ModelCacheKey : Microsoft.EntityFrameworkCore.DbContext * bool -> Microsoft.EntityFrameworkCore.Infrastructure.ModelCacheKey
Public Sub New (context As DbContext, designTime As Boolean)
Parameters
- context
- DbContext
The context instance that this key is for.
- designTime
- Boolean
Whether the model should contain design-time configuration.
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