1 reference to DataColumn_NotInTheUnderlyingTable
System.Data.Common (1)
System\Data\DataException.cs (1)
417
public static Exception ColumnNotInTheUnderlyingTable(string column, string table) => _Argument(SR.Format(SR.
DataColumn_NotInTheUnderlyingTable
, column, table));