Dela via


CoreStrings.KeylessTypeExistingKey Method

Definition

Overloads

KeylessTypeExistingKey(Object)

The entity type '{entityType}' cannot be marked as keyless because it contains a key.

KeylessTypeExistingKey(Object, Object)

The entity type '{entityType}' cannot be marked as keyless because it contains a key {keyProperties}.

KeylessTypeExistingKey(Object)

The entity type '{entityType}' cannot be marked as keyless because it contains a key.

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

Parameters

entityType
Object

Returns

Applies to

KeylessTypeExistingKey(Object, Object)

The entity type '{entityType}' cannot be marked as keyless because it contains a key {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

Parameters

entityType
Object
keyProperties
Object

Returns

Applies to