CoreStrings.KeyPropertyMustBeReadOnly(Object, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
属性“{1_entityType}。{0_property}'在保存后必须标记为只读,因为它是密钥的一部分。 首次保存实体后,键属性始终为只读。
public static string KeyPropertyMustBeReadOnly (object property, object entityType);
public static string KeyPropertyMustBeReadOnly (object? property, object? entityType);
static member KeyPropertyMustBeReadOnly : obj * obj -> string
Public Shared Function KeyPropertyMustBeReadOnly (property As Object, entityType As Object) As String
参数
- property
- Object
- entityType
- Object