IEntityType.FindDeclaredNavigation(String) 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 a navigation property on the given entity type. Does not return navigation properties defined on a base type.
Returns null if no navigation property is found.
public Microsoft.EntityFrameworkCore.Metadata.INavigation? FindDeclaredNavigation (string name);
abstract member FindDeclaredNavigation : string -> Microsoft.EntityFrameworkCore.Metadata.INavigation
Public Function FindDeclaredNavigation (name As String) As INavigation
Parameters
- name
- String
The name of the navigation property on the entity class.
Returns
The navigation property, or null if none is found.
Applies to
Feedback
Submit and view feedback for