// ===============================================================================
        //                                                                  MySelf InScope
        //                                                                  ==============
        public void MyselfInScope(SubQuery <Mst会員マスタCB> subQuery)
        {
            assertObjectNotNull("subQuery<Mst会員マスタCB>", subQuery);
            Mst会員マスタCB cb = new Mst会員マスタCB(); cb.xsetupForInScopeRelation(this); subQuery.Invoke(cb);
            String     subQueryPropertyName = keepMyselfInScopeSubQuery(cb.Query()); // for saving query-value.

            registerInScopeSubQuery(cb.Query(), "会員コード", "会員コード", subQueryPropertyName);
        }
        public void NotInScopeMst会員マスタ(SubQuery <Mst会員マスタCB> subQuery)
        {
            assertObjectNotNull("subQuery<Mst会員マスタCB>", subQuery);
            Mst会員マスタCB cb = new Mst会員マスタCB(); cb.xsetupForInScopeRelation(this); subQuery.Invoke(cb);
            String     subQueryPropertyName = keep会員コード_NotInScopeSubQuery_Mst会員マスタ(cb.Query());

            registerNotInScopeSubQuery(cb.Query(), "会員コード", "会員コード", subQueryPropertyName);
        }