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