Udostępnij za pośrednictwem


CoreStrings.IndexWrongType(Object, Object, Object) Metoda

Definicja

Nie można usunąć indeksu {index} z typu jednostki {entityType}, ponieważ jest on zdefiniowany w typie jednostki {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

Parametry

indexindexProperties
Object
otherEntityTypeentityType
Object
entityTypeotherEntityType
Object

Zwraca

Dotyczy