RelationalPropertyExtensions.IsColumnNullable(IProperty) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查對應至指定 IProperty 的資料行在資料庫中建立時是否為可為 Null。
這不只取決於屬性本身,也可以取決於屬性本身的對應方式。 例如,TPH 類型階層中的不可為 Null 屬性會對應至可為 Null 的資料行。
public static bool IsColumnNullable (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member IsColumnNullable : Microsoft.EntityFrameworkCore.Metadata.IProperty -> bool
<Extension()>
Public Function IsColumnNullable (property As IProperty) As Boolean
參數
傳回
True
如果對應的資料行可為 Null,則為 ; false
否則。