DataTableMappingCollection.ITableMappingCollection.Add(String, String) Método
Definición
Agrega una asignación de tabla a la colección.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
Nombre, con distinción entre mayúsculas y minúsculas, de la tabla de origen.The case-sensitive name of the source table.
Devoluciones
Referencia al objeto ITableMapping recién asignado.A reference to the newly-mapped ITableMapping object.
Implementaciones
Comentarios
Este miembro es una implementación explícita de un miembro de interfaz.This member is an explicit interface member implementation. Solo se puede utilizar cuando la instancia de DataTableMappingCollection se convierte en una interfaz ITableMappingCollection.It can be used only when the DataTableMappingCollection instance is cast to an ITableMappingCollection interface.
Para obtener más información, vea Add.For more information, see Add.