DataTableMappingCollection.ITableMappingCollection.Add(String, String) Método
Definição
Adiciona um mapeamento de tabela à coleção.Adds a table mapping to the collection.
virtual System::Data::ITableMapping ^ System.Data.ITableMappingCollection.Add(System::String ^ sourceTableName, System::String ^ dataSetTableName) = System::Data::ITableMappingCollection::Add;
System.Data.ITableMapping ITableMappingCollection.Add (string sourceTableName, string dataSetTableName);
abstract member System.Data.ITableMappingCollection.Add : string * string -> System.Data.ITableMapping
override this.System.Data.ITableMappingCollection.Add : string * string -> System.Data.ITableMapping
Function Add (sourceTableName As String, dataSetTableName As String) As ITableMapping Implements ITableMappingCollection.Add
Parâmetros
- sourceTableName
- String
O nome que diferencia maiúsculas e minúsculas da tabela de origem.The case-sensitive name of the source table.
Retornos
Uma referência ao objeto ITableMapping recém-mapeado.A reference to the newly-mapped ITableMapping object.
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de DataTableMappingCollection é convertida em uma interface de ITableMappingCollection.It can be used only when the DataTableMappingCollection instance is cast to an ITableMappingCollection interface.
Para obter mais informações, consulte Add.For more information, see Add.