3 references to SourceTable
System.Data (3)
fx\src\data\System\Data\Common\AdapterUtil.cs (2)
1076
return CollectionIndexString(typeof(DataTableMapping), ADP.
SourceTable
, srcTable, typeof(DataTableMappingCollection));
1079
return CollectionUniqueValue(typeof(DataTableMapping), ADP.
SourceTable
, srcTable);
fx\src\data\System\Data\Common\DataTableMappingCollection.cs (1)
352
name = ADP.
SourceTable
+ index.ToString(System.Globalization.CultureInfo.InvariantCulture);