Implemented interface member:
property
SourceTable
System.Data.ITableMapping.SourceTable
3 writes to SourceTable
System.Data (3)
fx\src\data\System\Data\Common\DataTableMapping.cs (2)
32SourceTable = sourceTable; 37SourceTable = sourceTable;
fx\src\data\System\Data\Common\DataTableMappingCollection.cs (1)
355value.SourceTable = name;
10 references to SourceTable
System.Data (10)
fx\src\data\System\Data\Common\DataTableMapping.cs (3)
180throw ADP.MissingTableSchema(dataSetTable, SourceTable); 186return SourceTable; 212object[] values = new object[] { mapping.SourceTable, mapping.DataSetTable, columnMappings};
fx\src\data\System\Data\Common\DataTableMappingCollection.cs (2)
236string value = items[i].SourceTable; 348String name = value.SourceTable;
fx\src\data\System\Data\Common\DbDataAdapter.cs (2)
336srcTableName = TableMappings[index].SourceTable; 1293SchemaMapping mapping = new SchemaMapping(this, null, rowUpdatedEvent.Row.Table, readerHandler, false, SchemaType.Mapped, rowUpdatedEvent.TableMapping.SourceTable, true, null, null);
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (3)
411string chapterTableName = _tableMapping.SourceTable + _fieldNames[i]; // MDAC 70908 590chapterColumn = _tableMapping.GetDataColumn(_tableMapping.SourceTable, fieldType, _dataTable, mappingAction, schemaAction); 889chapterColumn = _tableMapping.GetDataColumn(_tableMapping.SourceTable, fieldType, _dataTable, mappingAction, schemaAction);