コード例 #1
0
 public static IEnumerable <IReadOnlyNavigation> FindDerivedNavigations(
     [NotNull] this IReadOnlyEntityType entityType,
     [NotNull] string navigationName)
 => entityType.GetDerivedNavigations().Where(navigation => navigationName == navigation.Name);