DataAdapter.IDataAdapter.TableMappings 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 une collection qui indique comment une table source est mappée à une table de jeu de données.
property System::Data::ITableMappingCollection ^ System::Data::IDataAdapter::TableMappings { System::Data::ITableMappingCollection ^ get(); };
System.Data.ITableMappingCollection System.Data.IDataAdapter.TableMappings { get; }
member this.System.Data.IDataAdapter.TableMappings : System.Data.ITableMappingCollection
ReadOnly Property TableMappings As ITableMappingCollection Implements IDataAdapter.TableMappings
Valeur de propriété
Collection qui fournit le mappage principal entre les enregistrements retournés et le DataSet. La valeur par défaut est une collection vide.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de DataAdapter est castée en interface IDataAdapter.
Pour plus d'informations, consultez TableMappings.