Freigeben über


CoreStrings.KeylessTypeExistingKey Methode

Definition

Überlädt

KeylessTypeExistingKey(Object)

Der Entitätstyp '{entityType}' kann nicht als schlüssellos markiert werden, da er einen Schlüssel enthält.

KeylessTypeExistingKey(Object, Object)

Der Entitätstyp '{entityType}' kann nicht als schlüssellos markiert werden, da er den Schlüssel {keyProperties} enthält.

KeylessTypeExistingKey(Object)

Der Entitätstyp '{entityType}' kann nicht als schlüssellos markiert werden, da er einen Schlüssel enthält.

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

Parameter

entityType
Object

Gibt zurück

Gilt für:

KeylessTypeExistingKey(Object, Object)

Der Entitätstyp '{entityType}' kann nicht als schlüssellos markiert werden, da er den Schlüssel {keyProperties} enthält.

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

Parameter

entityType
Object
keyProperties
Object

Gibt zurück

Gilt für: