DbContextAttribute 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.
Identifies the DbContext that a class belongs to. For example, this attribute is used to identify which context a migration applies to.
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class DbContextAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type DbContextAttribute = class
inherit Attribute
Public NotInheritable Class DbContextAttribute
Inherits Attribute
- Inheritance
-
DbContextAttribute
- Attributes
Remarks
See Managing database schemas with EF Cor for more information and examples.
Constructors
DbContextAttribute(Type) |
Initializes a new instance of the DbContextAttribute class. |
Properties
ContextType |
Gets the associated context. |
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