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