Share via


CoreStrings.NamedIndexWrongType(Object, Object) Method

Definition

The index with name {indexName} cannot be removed from the entity type '{entityType}' because no such index exists on that entity type.

public static string NamedIndexWrongType (object indexName, object entityType);
public static string NamedIndexWrongType (object? indexName, object? entityType);
static member NamedIndexWrongType : obj * obj -> string
Public Shared Function NamedIndexWrongType (indexName As Object, entityType As Object) As String

Parameters

indexName
Object
entityType
Object

Returns

Applies to