IReadOnlyTypeBase.GetNavigationAccessMode Method

Definition

Gets the PropertyAccessMode being used for navigations of this type.

public Microsoft.EntityFrameworkCore.PropertyAccessMode GetNavigationAccessMode ();
abstract member GetNavigationAccessMode : unit -> Microsoft.EntityFrameworkCore.PropertyAccessMode
Public Function GetNavigationAccessMode () As PropertyAccessMode

Returns

The access mode being used.

Remarks

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.

Applies to