ListControl.DataMember Propriété
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.
Obtient ou définit la table spécifique dans la DataSource liaison au contrôle.
public:
virtual property System::String ^ DataMember { System::String ^ get(); void set(System::String ^ value); };
public virtual string DataMember { get; set; }
member this.DataMember : string with get, set
Public Overridable Property DataMember As String
Valeur de propriété
Chaîne qui spécifie une table dans le DataSource.
Remarques
Si la DataSource table contient plusieurs tables, utilisez cette propriété pour spécifier la table exacte à lier au contrôle.