mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Update SqlSugar.MySqlConnectorCore
This commit is contained in:
@@ -75,7 +75,7 @@ namespace SqlSugar.MySqlConnector
|
|||||||
}
|
}
|
||||||
public override void SetCommandToAdapter(IDataAdapter dataAdapter, DbCommand command)
|
public override void SetCommandToAdapter(IDataAdapter dataAdapter, DbCommand command)
|
||||||
{
|
{
|
||||||
((MySqlDataAdapter)dataAdapter).SelectCommand = (MySqlCommand)command;
|
((MySqlConnectorDataAdapter)dataAdapter).SelectCommand = (MySqlCommand)command;
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// if mysql return MySqlParameter[] pars
|
/// if mysql return MySqlParameter[] pars
|
||||||
|
Reference in New Issue
Block a user