IConventionDbFunction.SetIsNullable(Boolean, Boolean) Method

Definition

Sets the value indicating whether the database function can return null value or not.

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

Parameters

nullable
Boolean

The value indicating whether the database function can return null value or not.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

The configured value.

Applies to