IEntityType.GetDerivedNavigations 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.
Gets all navigation properties declared on the types derived from this entity type.
This method does not return navigation properties declared on the given entity type itself. Use GetNavigations() to return navigation properties declared on this and base entity typed types.
public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.INavigation> GetDerivedNavigations ();
abstract member GetDerivedNavigations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.INavigation>
override this.GetDerivedNavigations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.INavigation>
Public Overridable Function GetDerivedNavigations () As IEnumerable(Of INavigation)
Returns
Derived navigation properties.
Applies to
Feedback
Submit and view feedback for