Share via


IConventionElementType.SetIsNullable(Nullable<Boolean>, Boolean) Method

Definition

Sets a value indicating whether elements in the collection can be null.

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

Parameters

nullable
Nullable<Boolean>

A value indicating whether whether elements in the collection can be null, or null to reset to the default.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

The configured value.

Applies to