4 references to BulkLoadCannotConvertValue
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (4)
1367throw SQL.BulkLoadCannotConvertValue(value.GetType(), mt, ADP.ParameterValueOutOfRange(sqlValue)); 1370throw SQL.BulkLoadCannotConvertValue(value.GetType(), mt, e); 1444throw SQL.BulkLoadCannotConvertValue(value.GetType(), type, null); 1458throw SQL.BulkLoadCannotConvertValue(value.GetType(), type, e);