1 reference to DataColumn_DefaultValueColumnDataType
System.Data.Common (1)
System\Data\DataException.cs (1)
491
public static Exception DefaultValueColumnDataType(string column, Type defaultType, Type columnType, Exception inner) => _Argument(SR.Format(SR.
DataColumn_DefaultValueColumnDataType
, column, defaultType.FullName, columnType.FullName), inner);