IConventionCheckConstraint 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示實體類型的檢查條件約束。
public interface IConventionCheckConstraint : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint
public interface IConventionCheckConstraint : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint, Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable
public interface IConventionCheckConstraint : Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyCheckConstraint
type IConventionCheckConstraint = interface
interface ICheckConstraint
type IConventionCheckConstraint = interface
interface ICheckConstraint
interface IAnnotatable
interface IConventionAnnotatable
type IConventionCheckConstraint = interface
interface IReadOnlyCheckConstraint
interface IReadOnlyAnnotatable
interface IConventionAnnotatable
Public Interface IConventionCheckConstraint
Implements ICheckConstraint
Public Interface IConventionCheckConstraint
Implements ICheckConstraint, IConventionAnnotatable
Public Interface IConventionCheckConstraint
Implements IConventionAnnotatable, IReadOnlyCheckConstraint
- 實作
備註
如需詳細資訊和範例 ,請參閱資料庫檢查條件約束 。
屬性
Builder |
取得可用來設定這個檢查條件約束的產生器。 |
EntityType |
取得定義這個檢查條件約束的實體類型。 |
IsInModel |
指出此物件是否在模型中,亦即尚未從其中移除。 (繼承來源 IConventionAnnotatable) |
Item[String] |
取得具有指定名稱的注釋值,如果不存在,則傳 |
ModelName |
取得模型中檢查條件約束的名稱。 (繼承來源 IReadOnlyCheckConstraint) |
Name |
取得檢查條件約束的資料庫名稱。 (繼承來源 IReadOnlyCheckConstraint) |
Sql |
取得資料庫中檢查條件約束中使用的條件約束 SQL。 (繼承來源 IReadOnlyCheckConstraint) |
方法
擴充方法
AddAnnotations(IConventionAnnotatable, IEnumerable<IConventionAnnotation>, Boolean) |
將批註加入物件。 |
GetAnnotation(IConventionAnnotatable, String) |
取得具有指定名稱的注釋,如果不存在,則會擲回。 |
SetOrRemoveAnnotation(IConventionAnnotatable, String, Object, Boolean) |
設定儲存在指定名稱下的批註。 如果具有指定名稱的注釋已經存在,則覆寫現有的注釋。 如果 |
AnnotationsToDebugString(IAnnotatable, Int32) |
取得 物件上宣告之所有批註的偵錯字串。 |
GetAnnotation(IAnnotatable, String) |
取得具有指定名稱的注釋,如果不存在,則會擲回。 |
ToDebugString(ICheckConstraint, MetadataDebugStringOptions, Int32) |
建立人類可讀取的指定中繼資料標記法。 警告:請勿依賴傳回字串的格式。 它是專為偵錯而設計,而且可能會在發行之間任意變更。 |