Implemented interface member:
property
SourceTable
System.Data.ITableMapping.SourceTable
3 writes to SourceTable
System.Data.Common (3)
System\Data\Common\DataTableMapping.cs (2)
27SourceTable = sourceTable; 33SourceTable = sourceTable;
System\Data\Common\DataTableMappingCollection.cs (1)
362value.SourceTable = name;
10 references to SourceTable
System.Data.Common (10)
System\Data\Common\DataTableMapping.cs (3)
155throw ADP.MissingTableSchema(dataSetTable, SourceTable); 162return SourceTable; 194object[] values = new object[] { mapping.SourceTable, mapping.DataSetTable, columnMappings };
System\Data\Common\DataTableMappingCollection.cs (2)
212string value = _items![i].SourceTable; 353string name = value.SourceTable;
System\Data\Common\DbDataAdapter.cs (2)
396srcTableName = TableMappings[index].SourceTable; 1530SchemaMapping mapping = new SchemaMapping(this, null, rowUpdatedEvent.Row.Table, readerHandler, false, SchemaType.Mapped, rowUpdatedEvent.TableMapping.SourceTable, true, null, null);
System\Data\ProviderBase\SchemaMapping.cs (3)
488string chapterTableName = _tableMapping!.SourceTable + _fieldNames![i]; 704chapterColumn = _tableMapping.GetDataColumn(_tableMapping.SourceTable, fieldType, _dataTable, mappingAction, schemaAction); 1050chapterColumn = _tableMapping.GetDataColumn(_tableMapping.SourceTable, fieldType, _dataTable, mappingAction, schemaAction);