IReadOnlyTypeBase.GetNavigationAccessMode 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 the PropertyAccessMode being used for navigations of this type.
Note that individual navigations can override this access mode. The value returned here will be used for any navigation for which no override has been specified.
public Microsoft.EntityFrameworkCore.PropertyAccessMode GetNavigationAccessMode ();
abstract member GetNavigationAccessMode : unit -> Microsoft.EntityFrameworkCore.PropertyAccessMode
Public Function GetNavigationAccessMode () As PropertyAccessMode
Returns
The access mode being used.
Applies to
Feedback
Submit and view feedback for