MutableEntityTypeExtensions.FindOwnership(IMutableEntityType) Method

Definition

Returns the relationship to the owner if this is an owned type or null otherwise.

public static Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey FindOwnership (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member FindOwnership : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey
<Extension()>
Public Function FindOwnership (entityType As IMutableEntityType) As IMutableForeignKey

Parameters

entityType
IMutableEntityType

The entity type.

Returns

The relationship to the owner if this is an owned type or null otherwise.

Applies to