CoreStrings.KeyWrongType(Object, Object, Object) Yöntem

Tanım

'{otherEntityType}' varlık türünde tanımlandığı için {keyProperties} anahtarı '{entityType}' varlık türünden kaldırılamaz.

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

Parametreler

keykeyProperties
Object
otherEntityTypeentityType
Object
entityTypeotherEntityType
Object

Döndürülenler

String

Şunlara uygulanır