1 reference to DataTable_DatasetConflictingName
System.Data.Common (1)
System\Data\DataException.cs (1)
663
public static Exception DatasetConflictingName(string table) => _DuplicateName(SR.Format(SR.
DataTable_DatasetConflictingName
, table));