mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Update gbase
This commit is contained in:
@@ -220,6 +220,8 @@ namespace SqlSugar.GBase
|
||||
{
|
||||
foreach (var param in parameters.OrderByDescending(it => it.ParameterName.Length))
|
||||
{
|
||||
if (param.Direction == 0)
|
||||
param.Direction = System.Data.ParameterDirection.Input;
|
||||
if ((sql.Contains(param.ParameterName) && UtilMethods.HasBigObjectParam(param)) ||
|
||||
this.CommandType == CommandType.StoredProcedure)
|
||||
{
|
||||
|
Reference in New Issue
Block a user