CoreStrings.PrimaryKeyDefinedOnNonExistentProperty 方法

定义

实体类型“{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

返回

适用于