Method IsEmbedded
- Namespace
- MongoDB.EntityFrameworkCore.Extensions
- Assembly
- MongoDB.EntityFrameworkCore.dll
IsEmbedded(IReadOnlyNavigation)
Determine whether a navigation is embedded or not.
public static bool IsEmbedded(this IReadOnlyNavigation navigation)
Parameters
navigationIReadOnlyNavigationThe IReadOnlyNavigation to consider.