7 references to Source
System.Data.Common (7)
System\Data\Common\AdapterUtil.Common.cs (1)
214
case SchemaType.
Source
:
System\Data\Common\DataAdapter.cs (2)
267
if ((SchemaType.
Source
!= schemaType) && (SchemaType.Mapped != schemaType))
300
if ((SchemaType.
Source
!= schemaType) && (SchemaType.Mapped != schemaType))
System\Data\Common\DbDataAdapter.cs (2)
353
if ((SchemaType.
Source
!= schemaType) && (SchemaType.Mapped != schemaType))
384
if ((SchemaType.
Source
!= schemaType) && (SchemaType.Mapped != schemaType))
System\Data\ProviderBase\SchemaMapping.cs (2)
68
Debug.Assert(SchemaType.Mapped == schemaType || SchemaType.
Source
== schemaType, "SetupSchema - invalid schemaType");
122
else if (SchemaType.
Source
== schemaType)