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