This commit is contained in:
sunkaixuan
2017-09-25 14:25:48 +08:00
parent e5d38066ed
commit 9ba6d4a5a8

View File

@@ -65,6 +65,7 @@ namespace SqlSugar
public override IDbCommand GetCommand(string sql, SugarParameter[] parameters)
{
OracleCommand sqlCommand = new OracleCommand(sql, (OracleConnection)this.Connection);
sqlCommand.BindByName = true;
sqlCommand.CommandType = this.CommandType;
sqlCommand.CommandTimeout = this.CommandTimeOut;
if (this.Transaction != null)