3 instantiations of SchemaMapping
System.Data (3)
fx\src\data\System\Data\Common\DataAdapter.cs (2)
391
SchemaMapping mapping = new
SchemaMapping
(this, dataset, datatable, readerHandler, true, schemaType, tmp, false, null, null);
658
return new
SchemaMapping
(this, dataset, datatable, dataReader, withKeyInfo, SchemaType.Mapped, tmp, true, parentChapterColumn, parentChapterValue);
fx\src\data\System\Data\Common\DbDataAdapter.cs (1)
1293
SchemaMapping mapping = new
SchemaMapping
(this, null, rowUpdatedEvent.Row.Table, readerHandler, false, SchemaType.Mapped, rowUpdatedEvent.TableMapping.SourceTable, true, null, null);
9 references to SchemaMapping
System.Data (9)
fx\src\data\System\Data\Common\DataAdapter.cs (8)
53
void AssertSchemaMapping(
SchemaMapping
mapping) {
391
SchemaMapping
mapping = new SchemaMapping(this, dataset, datatable, readerHandler, true, schemaType, tmp, false, null, null);
540
SchemaMapping
mapping = FillMapping(dataset, datatable, srcTable, dataReader, schemaCount, parentChapterColumn, parentChapterValue);
581
private int FillLoadDataRowChunk(
SchemaMapping
mapping, int startRecord, int maxRecords) {
622
private int FillLoadDataRow(
SchemaMapping
mapping) {
652
private
SchemaMapping
FillMappingInternal(DataSet dataset, DataTable datatable, string srcTable, DataReaderContainer dataReader, int schemaCount, DataColumn parentChapterColumn, object parentChapterValue) {
661
private
SchemaMapping
FillMapping(DataSet dataset, DataTable datatable, string srcTable, DataReaderContainer dataReader, int schemaCount, DataColumn parentChapterColumn, object parentChapterValue) {
662
SchemaMapping
mapping = null;
fx\src\data\System\Data\Common\DbDataAdapter.cs (1)
1293
SchemaMapping
mapping = new SchemaMapping(this, null, rowUpdatedEvent.Row.Table, readerHandler, false, SchemaType.Mapped, rowUpdatedEvent.TableMapping.SourceTable, true, null, null);