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