MutablePropertyBaseExtensions.SetPropertyAccessMode メソッド

定義

オーバーロード

SetPropertyAccessMode(IMutablePropertyBase, Nullable<PropertyAccessMode>)

このプロパティに PropertyAccessMode 使用する を設定します。

SetPropertyAccessMode(IMutablePropertyBase, Nullable<PropertyAccessMode>)

このプロパティに PropertyAccessMode 使用する を設定します。

SetPropertyAccessMode(IMutablePropertyBase, Nullable<PropertyAccessMode>)

このプロパティに PropertyAccessMode 使用する を設定します。

public static void SetPropertyAccessMode (this Microsoft.EntityFrameworkCore.Metadata.IMutablePropertyBase property, Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode? propertyAccessMode);
static member SetPropertyAccessMode : Microsoft.EntityFrameworkCore.Metadata.IMutablePropertyBase * Nullable<Microsoft.EntityFrameworkCore.Metadata.PropertyAccessMode> -> unit
<Extension()>
Public Sub SetPropertyAccessMode (property As IMutablePropertyBase, propertyAccessMode As Nullable(Of PropertyAccessMode))

パラメーター

property
IMutablePropertyBase

アクセス モードを設定するプロパティ。

propertyAccessMode
Nullable<PropertyAccessMode>

PropertyAccessModeモード セットをクリアする場合は、、または null。

適用対象

SetPropertyAccessMode(IMutablePropertyBase, Nullable<PropertyAccessMode>)

このプロパティに PropertyAccessMode 使用する を設定します。

public static void SetPropertyAccessMode (this Microsoft.EntityFrameworkCore.Metadata.IMutablePropertyBase property, Microsoft.EntityFrameworkCore.PropertyAccessMode? propertyAccessMode);
static member SetPropertyAccessMode : Microsoft.EntityFrameworkCore.Metadata.IMutablePropertyBase * Nullable<Microsoft.EntityFrameworkCore.PropertyAccessMode> -> unit
<Extension()>
Public Sub SetPropertyAccessMode (property As IMutablePropertyBase, propertyAccessMode As Nullable(Of PropertyAccessMode))

パラメーター

property
IMutablePropertyBase

アクセス モードを設定するプロパティ。

propertyAccessMode
Nullable<PropertyAccessMode>

PropertyAccessModeモード セットをクリアする場合は、、または null。

適用対象