1 reference to DataColumn_CannotSimpleContent
System.Data.Common (1)
System\Data\DataException.cs (1)
509
public static Exception CannotSetSimpleContent(string columnName, Type type) => _Argument(SR.Format(SR.
DataColumn_CannotSimpleContent
, columnName, type));