IReadOnlyTypeBase.GetNavigationAccessMode Method

Definition

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

PropertyAccessMode

The access mode being used.

Applies to