IConventionNavigationBuilder.CanSetIsRequired Method

Definition

Returns a value indicating whether this navigation requiredness can be configured from the current configuration source.

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

Parameters

required
Nullable<Boolean>

A value indicating whether the navigation should be required.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

true if requiredness can be set for this navigation.

Applies to