3 references to SourceTable
System.Data.Common (3)
System\Data\Common\AdapterUtil.Common.cs (2)
420return CollectionIndexString(typeof(DataTableMapping), ADP.SourceTable, srcTable, typeof(DataTableMappingCollection)); 424return CollectionUniqueValue(typeof(DataTableMapping), ADP.SourceTable, srcTable);
System\Data\Common\DataTableMappingCollection.cs (1)
359name = ADP.SourceTable + index.ToString(System.Globalization.CultureInfo.InvariantCulture);