CoreStrings.PropertyInUseIndex(Object, Object, Object, Object) Method

Definition

The property '{property}' cannot be removed from the type '{entityType}' because it is being used in the index {index} on '{indexType}'. All containing indexes must be removed or redefined before the property can be removed.

public static string PropertyInUseIndex (object property, object entityType, object index, object indexType);
public static string PropertyInUseIndex (object? property, object? entityType, object? index, object? indexType);
static member PropertyInUseIndex : obj * obj * obj * obj -> string
Public Shared Function PropertyInUseIndex (property As Object, entityType As Object, index As Object, indexType As Object) As String

Parameters

property
Object
entityType
Object
index
Object
indexType
Object

Returns

Applies to