IConventionPropertyBuilder.CanSetPropertyAccessMode 方法

定义

返回一个值, PropertyAccessMode 该值指示是否可以从当前配置源为此属性设置 。

public bool CanSetPropertyAccessMode (Microsoft.EntityFrameworkCore.PropertyAccessMode? propertyAccessMode, bool fromDataAnnotation = false);
abstract member CanSetPropertyAccessMode : Nullable<Microsoft.EntityFrameworkCore.PropertyAccessMode> * bool -> bool
Public Function CanSetPropertyAccessMode (propertyAccessMode As Nullable(Of PropertyAccessMode), Optional fromDataAnnotation As Boolean = false) As Boolean

参数

propertyAccessMode
Nullable<PropertyAccessMode>

PropertyAccessMode 用于此属性的 。

fromDataAnnotation
Boolean

指示配置是否是使用数据注释指定的。

返回

true 如果可以为此属性设置 , PropertyAccessMode 则为 。

适用于