CoreStrings.PrimaryKeyDefinedOnNonExistentProperty 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
实体类型“{entityType}”上的 [PrimaryKey] 属性引用属性 {properties},但该实体类型或其任何基类型上不存在名为“{propertyName}”的属性。
public static string PrimaryKeyDefinedOnNonExistentProperty (object? entityType, object? properties, object? propertyName);
static member PrimaryKeyDefinedOnNonExistentProperty : obj * obj * obj -> string
Public Shared Function PrimaryKeyDefinedOnNonExistentProperty (entityType As Object, properties As Object, propertyName As Object) As String
参数
- entityType
- Object
- properties
- Object
- propertyName
- Object