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)
32
SourceTable
= sourceTable;
37
SourceTable
= sourceTable;
fx\src\data\System\Data\Common\DataTableMappingCollection.cs (1)
355
value.
SourceTable
= name;
10 references to SourceTable
System.Data (10)
fx\src\data\System\Data\Common\DataTableMapping.cs (3)
180
throw ADP.MissingTableSchema(dataSetTable,
SourceTable
);
186
return
SourceTable
;
212
object[] values = new object[] { mapping.
SourceTable
, mapping.DataSetTable, columnMappings};
fx\src\data\System\Data\Common\DataTableMappingCollection.cs (2)
236
string value = items[i].
SourceTable
;
348
String name = value.
SourceTable
;
fx\src\data\System\Data\Common\DbDataAdapter.cs (2)
336
srcTableName = TableMappings[index].
SourceTable
;
1293
SchemaMapping 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)
411
string chapterTableName = _tableMapping.
SourceTable
+ _fieldNames[i]; // MDAC 70908
590
chapterColumn = _tableMapping.GetDataColumn(_tableMapping.
SourceTable
, fieldType, _dataTable, mappingAction, schemaAction);
889
chapterColumn = _tableMapping.GetDataColumn(_tableMapping.
SourceTable
, fieldType, _dataTable, mappingAction, schemaAction);