mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 10:10:16 +08:00
-
This commit is contained in:
parent
fafdaaccf4
commit
b7421d4be9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user