Oracle Subquery bug

This commit is contained in:
sunkaixuan
2018-02-09 15:42:49 +08:00
parent b2cae43fa4
commit 99e40df3af
21 changed files with 156 additions and 1 deletions

View File

@@ -8,6 +8,11 @@ namespace SqlSugar
{
public class SubWhere: ISubOperation
{
public bool HasWhere
{
get; set;
}
public string Name
{
get { return "Where"; }