Freigeben über


CoreStrings.IndexWrongType(Object, Object, Object) Methode

Definition

Der Index {index} kann nicht aus dem Entitätstyp '{entityType}' entfernt werden, da er für den Entitätstyp '{otherEntityType}' definiert ist.

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

Parameter

indexindexProperties
Object
otherEntityTypeentityType
Object
entityTypeotherEntityType
Object

Gibt zurück

Gilt für: