共用方式為


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 則為 。

適用於