public Dch月締確定台帳CIQ Inline()
 {
     if (_inlineQuery == null)
     {
         _inlineQuery = new Dch月締確定台帳CIQ(xgetReferrerQuery(), xgetSqlClause(), xgetAliasName(), xgetNestLevel(), this);
     }
     _inlineQuery.xsetOnClause(false);
     return(_inlineQuery);
 }
        public Dch月締確定台帳CIQ On()
        {
            if (isBaseQuery())
            {
                throw new UnsupportedOperationException("Unsupported onClause of Base Table!");
            }
            Dch月締確定台帳CIQ inlineQuery = Inline();

            inlineQuery.xsetOnClause(true);
            return(inlineQuery);
        }