9 references to Mapped
System.Data.Common (9)
System\Data\Common\AdapterUtil.Common.cs (1)
215case SchemaType.Mapped:
System\Data\Common\DataAdapter.cs (3)
267if ((SchemaType.Source != schemaType) && (SchemaType.Mapped != schemaType)) 300if ((SchemaType.Source != schemaType) && (SchemaType.Mapped != schemaType)) 670return new SchemaMapping(this, dataset, datatable, dataReader, withKeyInfo, SchemaType.Mapped, tmp, true, parentChapterColumn, parentChapterValue);
System\Data\Common\DbDataAdapter.cs (3)
353if ((SchemaType.Source != schemaType) && (SchemaType.Mapped != schemaType)) 384if ((SchemaType.Source != schemaType) && (SchemaType.Mapped != schemaType)) 1530SchemaMapping mapping = new SchemaMapping(this, null, rowUpdatedEvent.Row.Table, readerHandler, false, SchemaType.Mapped, rowUpdatedEvent.TableMapping.SourceTable, true, null, null);
System\Data\ProviderBase\SchemaMapping.cs (2)
68Debug.Assert(SchemaType.Mapped == schemaType || SchemaType.Source == schemaType, "SetupSchema - invalid schemaType"); 95if (SchemaType.Mapped == schemaType)