1 reference to DataRow_RowInsertTwice
System.Data.Common (1)
System\Data\DataException.cs (1)
606
public static Exception RowInsertTwice(int index, string tableName) => _IndexOutOfRange(SR.Format(SR.
DataRow_RowInsertTwice
, (index).ToString(CultureInfo.InvariantCulture), tableName));