共用方式為


DbFunctionBuilder.IsNullable(Boolean) 方法

定義

標記資料庫函式是否可以傳回 Null 值。

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.DbFunctionBuilderBase IsNullable (bool nullable = true);
abstract member IsNullable : bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.DbFunctionBuilderBase
override this.IsNullable : bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.DbFunctionBuilderBase
Public Overridable Function IsNullable (Optional nullable As Boolean = true) As DbFunctionBuilderBase

參數

nullable
Boolean

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

傳回

相同的產生器實例,以便鏈結多個組態呼叫。

備註

如需詳細資訊和範例,請參閱 資料庫函 式。

適用於