Interface IMutableCheckConstraint
- Namespace
- Microsoft.EntityFrameworkCore.Metadata
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
Represents a check constraint in the Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType.
public interface IMutableCheckConstraint : ICheckConstraint, IAnnotatable, IMutableAnnotatable
- Inherited Members
Properties
EntityType
Gets the Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType in which this check constraint is defined.
IMutableEntityType EntityType { get; }
Property Value
- IMutableEntityType