AssociationAttribute(String, String, String) Constructeur
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.
Initialise une nouvelle instance de la classe AssociationAttribute.
public:
AssociationAttribute(System::String ^ name, System::String ^ thisKey, System::String ^ otherKey);
public AssociationAttribute (string name, string thisKey, string otherKey);
new System.ComponentModel.DataAnnotations.AssociationAttribute : string * string * string -> System.ComponentModel.DataAnnotations.AssociationAttribute
Public Sub New (name As String, thisKey As String, otherKey As String)
Paramètres
- name
- String
Nom de l'association.
- thisKey
- String
Liste séparée par des virgules des noms de propriété des valeurs de clé du côté thisKey
de l'association.
- otherKey
- String
Liste séparée par des virgules des noms de propriété des valeurs de clé du côté otherKey
de l'association.
Remarques
Si l’association est bidirectionnelle, le nom doit être le même des deux côtés de l’association.