CoreStrings.KeylessTypeExistingKey 方法

定义

重载

KeylessTypeExistingKey(Object)

实体类型“{entityType}”不能标记为无键,因为它包含键。

KeylessTypeExistingKey(Object, Object)

实体类型“{entityType}”不能标记为无键,因为它包含键 {keyProperties}。

KeylessTypeExistingKey(Object)

实体类型“{entityType}”不能标记为无键,因为它包含键。

public static string KeylessTypeExistingKey (object entityType);
static member KeylessTypeExistingKey : obj -> string
Public Shared Function KeylessTypeExistingKey (entityType As Object) As String

参数

entityType
Object

返回

适用于

KeylessTypeExistingKey(Object, Object)

实体类型“{entityType}”不能标记为无键,因为它包含键 {keyProperties}。

public static string KeylessTypeExistingKey (object? entityType, object? keyProperties);
static member KeylessTypeExistingKey : obj * obj -> string
Public Shared Function KeylessTypeExistingKey (entityType As Object, keyProperties As Object) As String

参数

entityType
Object
keyProperties
Object

返回

适用于