CoreStrings.IndexWrongType(Object, Object, Object) Méthode

Définition

L’index {index} ne peut pas être supprimé du type d’entité « {entityType} », car il est défini sur le type d’entité « {otherEntityType} ».

public static string IndexWrongType (object index, object otherEntityType, object entityType);
public static string IndexWrongType (object indexProperties, object entityType, object otherEntityType);
public static string IndexWrongType (object? indexProperties, object? entityType, object? otherEntityType);
public static string IndexWrongType (object? index, object? entityType, object? otherEntityType);
static member IndexWrongType : obj * obj * obj -> string
static member IndexWrongType : obj * obj * obj -> string
static member IndexWrongType : obj * obj * obj -> string
Public Shared Function IndexWrongType (index As Object, otherEntityType As Object, entityType As Object) As String
Public Shared Function IndexWrongType (indexProperties As Object, entityType As Object, otherEntityType As Object) As String
Public Shared Function IndexWrongType (index As Object, entityType As Object, otherEntityType As Object) As String

Paramètres

indexindexProperties
Object
otherEntityTypeentityType
Object
entityTypeotherEntityType
Object

Retours

S’applique à