IReadOnlyTypeBase.GetPropertyAccessMode Method

Definition

Gets the PropertyAccessMode being used for properties and navigations of this type.

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

Returns

The access mode being used.

Remarks

Note that individual properties and navigations can override this access mode. The value returned here will be used for any property or navigation for which no override has been specified.

Applies to