mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Update kdbndp
This commit is contained in:
parent
7d86646184
commit
124ac8a9d2
@ -73,10 +73,10 @@ namespace SqlSugar
|
||||
KdbndpCommand sqlCommand = new KdbndpCommand(sql, (KdbndpConnection)this.Connection);
|
||||
sqlCommand.CommandType = this.CommandType;
|
||||
sqlCommand.CommandTimeout = this.CommandTimeOut;
|
||||
//if (sqlCommand.CommandType == CommandType.StoredProcedure)
|
||||
//{
|
||||
// sqlCommand.DbModeType = DbMode.Oracle;
|
||||
//}
|
||||
if (sqlCommand.CommandType == CommandType.StoredProcedure)
|
||||
{
|
||||
sqlCommand.DbModeType = DbMode.Oracle;
|
||||
}
|
||||
if (this.Transaction != null)
|
||||
{
|
||||
sqlCommand.Transaction = (KdbndpTransaction)this.Transaction;
|
||||
|
Loading…
Reference in New Issue
Block a user