5 references to CollectionIndexString
System.Data (5)
fx\src\data\System\Data\Common\AdapterUtil.cs (5)
1033return CollectionIndexString(typeof(DataColumnMapping), ADP.DataSetColumn, cacheColumn, typeof(DataColumnMappingCollection)); 1039return CollectionIndexString(typeof(DataColumnMapping), ADP.SourceColumn, srcColumn, typeof(DataColumnMappingCollection)); 1064return CollectionIndexString(typeof(DataTableMapping), ADP.DataSetTable, cacheTable, typeof(DataTableMappingCollection)); 1076return CollectionIndexString(typeof(DataTableMapping), ADP.SourceTable, srcTable, typeof(DataTableMappingCollection)); 1627return CollectionIndexString(parameterType, ADP.ParameterName, parameterName, collection.GetType());