RelationalStrings.UnableToBindMemberToEntityProjection 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.
Impossible de lier '{memberType}. {member} » dans une projection d’entité de « {entityType} ».
public static string UnableToBindMemberToEntityProjection(object memberType, object member, object entityType);
public static string UnableToBindMemberToEntityProjection(object? memberType, object? member, object? entityType);
static member UnableToBindMemberToEntityProjection : obj * obj * obj -> string
Public Shared Function UnableToBindMemberToEntityProjection (memberType As Object, member As Object, entityType As Object) As String
Paramètres
- memberType
- Object
- member
- Object
- entityType
- Object