ITableMappingCollection.Add(String, String) 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.
Ajoute un mappage de table à la collection.
public:
System::Data::ITableMapping ^ Add(System::String ^ sourceTableName, System::String ^ dataSetTableName);
public System.Data.ITableMapping Add(string sourceTableName, string dataSetTableName);
abstract member Add : string * string -> System.Data.ITableMapping
Public Function Add (sourceTableName As String, dataSetTableName As String) As ITableMapping
Paramètres
- sourceTableName
- String
Nom sensible à la casse de la table source.
Retours
Référence à l’objet nouvellement mappé ITableMapping .