This commit is contained in:
sunkaixuan 2022-08-24 00:44:11 +08:00
parent fafdaaccf4
commit b7421d4be9

View File

@ -31,6 +31,9 @@ namespace SqlSugar
public Dictionary<string, int> OracleSeqInfoList { get; set; }
public bool IsBlukCopy { get; set; }
public virtual bool IsOleDb { get; set; }
public virtual Func<string, string, string> ConvertInsertReturnIdFunc { get; set; }
public virtual bool IsNoPage { get; set; }
public virtual bool IsReturnPkList { get; set; }
#endregion
@ -121,10 +124,6 @@ namespace SqlSugar
return result;
}
}
public virtual Func<string,string,string> ConvertInsertReturnIdFunc { get; set; }
public virtual bool IsNoPage { get; set; }
public virtual ExpressionResult GetExpressionValue(Expression expression, ResolveExpressType resolveType)
{
ILambdaExpressions resolveExpress = this.LambdaExpressions;