错误:无法在 MySql.Data.Types.MySqlDateTime 和 System.String 上执行“=”操作。
解决方法:
dtResult.Columns["CALL_DATE"].DataType = typeof(DateTime);