Inheritance: QueryExpressionTree
Exemplo n.º 1
0
        public SqlQuery(IConventionReader conventionReader)
        {
            _conventionReader = conventionReader;

            SubQueries          = new List <AliasedSqlSubQuery>();
            Joins               = new List <SqlSubQueryJoin>();
            QueryExpressionTree = new EmptyQueryExpressionTree();
            ObjectRelations     = new List <ObjectRelation>();
            _orderByStatements  = new List <OrderByStatement>();
        }
 public void Visit(EmptyQueryExpressionTree tree)
 {
 }
Exemplo n.º 3
0
 public void Visit(EmptyQueryExpressionTree tree)
 {
 }