RuntimeModel.IReadOnlyModel.GetPropertyAccessMode Method

Definition

Gets the PropertyAccessMode being used for properties of entity types in this model.

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.PropertyAccessMode IReadOnlyModel.GetPropertyAccessMode ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel.GetPropertyAccessMode : unit -> Microsoft.EntityFrameworkCore.PropertyAccessMode
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyModel.GetPropertyAccessMode : unit -> Microsoft.EntityFrameworkCore.PropertyAccessMode
Function GetPropertyAccessMode () As PropertyAccessMode Implements IReadOnlyModel.GetPropertyAccessMode

Returns

The access mode being used.

Implements

Attributes

Applies to