IConventionCheckConstraintBuilder.HasNoAnnotation(String, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從這個 物件中移除具有指定名稱的批註。
public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionCheckConstraintBuilder? HasNoAnnotation (string name, bool fromDataAnnotation = false);
abstract member HasNoAnnotation : string * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionCheckConstraintBuilder
Public Function HasNoAnnotation (name As String, Optional fromDataAnnotation As Boolean = false) As IConventionCheckConstraintBuilder
參數
- name
- String
要移除之批註的名稱。
- fromDataAnnotation
- Boolean
指出是否使用資料批註來指定組態。
傳回
如果 IConventionCheckConstraintBuilder 已設定批註,則為繼續設定的 , null
否則為 。