2 references to _RowNotInTable
System.Data.Common (2)
System\Data\DataException.cs (2)
588public static Exception RowNotInTheTable() => _RowNotInTable(SR.DataRow_NotInTheTable); 598public static Exception RowRemovedFromTheTable() => _RowNotInTable(SR.DataRow_RemovedFromTheTable);