CoreStrings.IndexPropertiesWrongEntity(Object, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Les propriétés d’index spécifiées {indexProperties} ne sont pas déclarées sur le type d’entité « {entityType} ». Vérifiez que les propriétés d’index sont déclarées sur le type d’entité cible.
public static string IndexPropertiesWrongEntity(object index, object entityType);
public static string IndexPropertiesWrongEntity(object? indexProperties, object? entityType);
static member IndexPropertiesWrongEntity : obj * obj -> string
static member IndexPropertiesWrongEntity : obj * obj -> string
Public Shared Function IndexPropertiesWrongEntity (index As Object, entityType As Object) As String
Public Shared Function IndexPropertiesWrongEntity (indexProperties As Object, entityType As Object) As String
Paramètres
- indexindexProperties
- Object
- entityType
- Object