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); }