MutableTypeBaseExtensions Class

Definition

Caution

Use IMutableTypeBase

Extension methods for IMutableTypeBase.

public static class MutableTypeBaseExtensions
[System.Obsolete("Use IMutableTypeBase")]
public static class MutableTypeBaseExtensions
type MutableTypeBaseExtensions = class
[<System.Obsolete("Use IMutableTypeBase")>]
type MutableTypeBaseExtensions = class
Public Module MutableTypeBaseExtensions
Public Class MutableTypeBaseExtensions
Inheritance
MutableTypeBaseExtensions
Attributes

Methods

SetNavigationAccessMode(IMutableTypeBase, Nullable<PropertyAccessMode>)

Sets the PropertyAccessMode to use for navigations of this entity type.

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

SetPropertyAccessMode(IMutableTypeBase, Nullable<PropertyAccessMode>)

Sets the PropertyAccessMode to use for properties and navigations of this entity type.

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

Applies to