CoreStrings.NoBackingField(Object, Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
找不到属性“{1_entityType}的后备字段。{0_property}”。 为后备字段命名,以便按约定发现该字段,配置后备字段以使用,或使用其他“{propertyAccessMode}”。
public static string NoBackingField (object property, object entity, object pam);
public static string NoBackingField (object property, object entityType, object propertyAccessMode);
public static string NoBackingField (object? property, object? entityType, object? propertyAccessMode);
static member NoBackingField : obj * obj * obj -> string
static member NoBackingField : obj * obj * obj -> string
Public Shared Function NoBackingField (property As Object, entity As Object, pam As Object) As String
Public Shared Function NoBackingField (property As Object, entityType As Object, propertyAccessMode As Object) As String
参数
- property
- Object
- entityentityType
- Object
- pampropertyAccessMode
- Object