共用方式為


IConventionDbFunction.SetIsNullable(Boolean, Boolean) 方法

定義

設定值,指出資料庫函式是否可以傳回 Null 值。

public bool SetIsNullable (bool nullable, bool fromDataAnnotation = false);
abstract member SetIsNullable : bool * bool -> bool
Public Function SetIsNullable (nullable As Boolean, Optional fromDataAnnotation As Boolean = false) As Boolean

參數

nullable
Boolean

值,指出資料庫函式是否可以傳回 Null 值。

fromDataAnnotation
Boolean

指出是否使用資料批註來指定組態。

傳回

已設定的值。

適用於