IProperty.IPropertyBase.GetPropertyAccessMode メソッド

定義

このプロパティに PropertyAccessMode 使用されている を取得します。 null は、既定のプロパティ アクセス モードが使用されていることを示します。

override sealed Microsoft.EntityFrameworkCore.PropertyAccessMode IPropertyBase.GetPropertyAccessMode ();
abstract member Microsoft.EntityFrameworkCore.Metadata.IPropertyBase.GetPropertyAccessMode : unit -> Microsoft.EntityFrameworkCore.PropertyAccessMode
override this.Microsoft.EntityFrameworkCore.Metadata.IPropertyBase.GetPropertyAccessMode : unit -> Microsoft.EntityFrameworkCore.PropertyAccessMode
 Overrides NotOverridable Function GetPropertyAccessMode () As PropertyAccessMode Implements IPropertyBase.GetPropertyAccessMode

戻り値

使用されているアクセス モード、または null 既定のアクセス モードが使用されている場合。

実装

適用対象