2 references to Format
System.Data.Common (2)
src\runtime\src\libraries\Common\src\System\Data\Common\AdapterUtil.cs (1)
321return IndexOutOfRange(SR.Format(SR.ADP_CollectionIndexString, itemType.Name, propertyName, propertyValue, collection.Name));
System\Data\Common\AdapterUtil.Common.cs (1)
314return DataMapping(SR.Format(SR.ADP_ColumnSchemaMismatch, srcColumn, srcType.Name, column.ColumnName, column.DataType.Name));