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