1 reference to DataColumn_LongerThanMaxLength
System.Data.Common (1)
System\Data\DataException.cs (1)
505
public static Exception LongerThanMaxLength(DataColumn column) => _Argument(SR.Format(SR.
DataColumn_LongerThanMaxLength
, column.ColumnName));