IConventionDbFunctionBuilder.CanSetIsNullable(Boolean, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指出是否可以為資料庫函式設定指定的可為 Null。
public bool CanSetIsNullable (bool nullable, bool fromDataAnnotation = false);
abstract member CanSetIsNullable : bool * bool -> bool
Public Function CanSetIsNullable (nullable As Boolean, Optional fromDataAnnotation As Boolean = false) As Boolean
參數
- nullable
- Boolean
值,指出資料庫函式是否可以傳回 Null 值。
- fromDataAnnotation
- Boolean
指出是否使用資料批註來指定組態。
傳回
true
如果可以針對資料庫函式設定指定的架構,則為 。