IConventionForeignKeyBuilder.CanSetIsOwnership Method

Definition

Returns a value indicating whether this relationship can be configured as defining an ownership or not from the current configuration source.

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

Parameters

ownership
Nullable<Boolean>

A value indicating whether this relationship defines an ownership. null to reset to default.

fromDataAnnotation
Boolean

Indicates whether the configuration was specified using a data annotation.

Returns

true if the relationship can be configured as defining an ownership.

Applies to