IConventionForeignKeyBuilder.CanSetIsOwnership Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Entity Framework