3 instantiations of SchemaMapping
System.Data.Common (3)
System\Data\Common\DataAdapter.cs (2)
340
SchemaMapping mapping = new
SchemaMapping
(this, dataset, datatable, readerHandler, true, schemaType, tmp, false, null, null);
670
return new
SchemaMapping
(this, dataset, datatable, dataReader, withKeyInfo, SchemaType.Mapped, tmp, true, parentChapterColumn, parentChapterValue);
System\Data\Common\DbDataAdapter.cs (1)
1530
SchemaMapping mapping = new
SchemaMapping
(this, null, rowUpdatedEvent.Row.Table, readerHandler, false, SchemaType.Mapped, rowUpdatedEvent.TableMapping.SourceTable, true, null, null);
8 references to SchemaMapping
System.Data.Common (8)
System\Data\Common\DataAdapter.cs (7)
340
SchemaMapping
mapping = new SchemaMapping(this, dataset, datatable, readerHandler, true, schemaType, tmp, false, null, null);
530
SchemaMapping
? mapping = FillMapping(dataset, datatable, srcTable, dataReader, schemaCount, parentChapterColumn, parentChapterValue);
579
private int FillLoadDataRowChunk(
SchemaMapping
mapping, int startRecord, int maxRecords)
627
private int FillLoadDataRow(
SchemaMapping
mapping)
662
private
SchemaMapping
FillMappingInternal(DataSet? dataset, DataTable? datatable, string? srcTable, DataReaderContainer dataReader, int schemaCount, DataColumn? parentChapterColumn, object? parentChapterValue)
674
private
SchemaMapping
? FillMapping(DataSet? dataset, DataTable? datatable, string? srcTable, DataReaderContainer dataReader, int schemaCount, DataColumn? parentChapterColumn, object? parentChapterValue)
676
SchemaMapping
? mapping = null;
System\Data\Common\DbDataAdapter.cs (1)
1530
SchemaMapping
mapping = new SchemaMapping(this, null, rowUpdatedEvent.Row.Table, readerHandler, false, SchemaType.Mapped, rowUpdatedEvent.TableMapping.SourceTable, true, null, null);