mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Update GBase
This commit is contained in:
@@ -18,7 +18,12 @@ namespace SqlSugar.GBase
|
||||
}
|
||||
public override string SqlTranslationLeft { get { return ""; } }
|
||||
public override string SqlTranslationRight { get { return ""; } }
|
||||
|
||||
public override bool IsTranslationText(string name)
|
||||
{
|
||||
var result = name.IsContainsIn( UtilConstants.Space,"(",")");
|
||||
return result;
|
||||
}
|
||||
public override string GetLimit() { return ""; }
|
||||
}
|
||||
public partial class GBaseMethod : DefaultDbMethod, IDbMethods
|
||||
{
|
||||
|
Reference in New Issue
Block a user