共用方式為


IConventionDbFunctionBuilder.IsNullable(Boolean, Boolean) 方法

定義

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

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionDbFunctionBuilder IsNullable (bool nullable, bool fromDataAnnotation = false);
public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionDbFunctionBuilder? IsNullable (bool nullable, bool fromDataAnnotation = false);
abstract member IsNullable : bool * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionDbFunctionBuilder
Public Function IsNullable (nullable As Boolean, Optional fromDataAnnotation As Boolean = false) As IConventionDbFunctionBuilder

參數

nullable
Boolean

值,指出資料庫函式是否內建。

fromDataAnnotation
Boolean

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

傳回

如果已套用組態,則為相同的產生器實例, null 否則為 。

適用於