Interface IConventionCheckConstraint
- Namespace
- Microsoft.EntityFrameworkCore.Metadata
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
Represents a check constraint in the Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType.
public interface IConventionCheckConstraint : ICheckConstraint, IAnnotatable, IConventionAnnotatable
- Inherited Members
Properties
EntityType
Gets the Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType in which this check constraint is defined.
IConventionEntityType EntityType { get; }
Property Value
- IConventionEntityType
Methods
GetConfigurationSource()
Gets the configuration source for this IConventionCheckConstraint.
ConfigurationSource GetConfigurationSource()
Returns
- ConfigurationSource
The configuration source for IConventionCheckConstraint.