Interface INavigationBaseEventData
- Namespace
- Microsoft.EntityFrameworkCore.Diagnostics
- Assembly
- Microsoft.EntityFrameworkCore.dll
A common interface for event payload classes that have an INavigationBase.
public interface INavigationBaseEventData
Remarks
See Logging, events, and diagnostics for more information and examples.
Properties
NavigationBase
The navigation.
INavigationBase NavigationBase { get; }