CoreStrings.IndexWrongType(Object, Object, Object) Method

Definition

The index {index} cannot be removed from the entity type '{entityType}' because it is defined on the entity type '{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

Parameters

indexindexProperties
Object
otherEntityTypeentityType
Object
entityTypeotherEntityType
Object

Returns

Applies to