IEntityType.FindOwnership 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 the relationship to the owner if this is an owned type or null otherwise.
public virtual Microsoft.EntityFrameworkCore.Metadata.IForeignKey? FindOwnership ();
abstract member FindOwnership : unit -> Microsoft.EntityFrameworkCore.Metadata.IForeignKey
override this.FindOwnership : unit -> Microsoft.EntityFrameworkCore.Metadata.IForeignKey
Public Overridable Function FindOwnership () As IForeignKey
Returns
The relationship to the owner if this is an owned type or null otherwise.
Applies to
Feedback
Submit and view feedback for