Update Oracle

This commit is contained in:
sunkaixuan
2017-08-04 00:56:08 +08:00
parent 83a8e8e8f4
commit 051e941f95
2 changed files with 16 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ namespace SqlSugar
public OracleExpressionContext()
{
base.DbMehtods = new OracleMethod();
base.Result.IsUpper = true;
}
public override string GetTranslationTableName(string entityName, bool isMapping = true)
{