CheckConstraintConvention 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
慣例,可確保衍生型別上的檢查條件約束與基底類型的檢查條件約束相容。 此外,也可確保宣告類型是最新的。
public class CheckConstraintConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IEntityTypeAddedConvention, Microsoft.EntityFrameworkCore.Metadata.Conventions.IEntityTypeBaseTypeChangedConvention
type CheckConstraintConvention = class
interface IEntityTypeBaseTypeChangedConvention
interface IConvention
interface IEntityTypeAddedConvention
Public Class CheckConstraintConvention
Implements IEntityTypeAddedConvention, IEntityTypeBaseTypeChangedConvention
- 繼承
-
CheckConstraintConvention
- 實作
備註
如需詳細資訊和範例,請參閱 模型建置慣例 。
建構函式
CheckConstraintConvention(ProviderConventionSetBuilderDependencies, RelationalConventionSetBuilderDependencies) |
建立 CheckConstraintConvention 的新執行個體。 |
屬性
Dependencies |
此服務的相依性。 |
RelationalDependencies |
此服務的關聯式提供者特定相依性。 |