public Mst従業員マスタCBSpecification Specify()
 {
     if (_specification == null)
     {
         _specification = new Mst従業員マスタCBSpecification(this, new MySpQyCall(this), _forDerivedReferrer, _forScalarSelect, _forScalarCondition, _forColumnQuery);
     }
     return(_specification);
 }
 public Mst従業員マスタCBSpecification SpecifyMst従業員マスタ()
 {
     assertForeign("mst従業員マスタ");
     if (_mst従業員マスタ == null)
     {
         _mst従業員マスタ = new Mst従業員マスタCBSpecification(_baseCB, new Mst従業員マスタSpQyCall(_qyCall), _forDerivedReferrer, _forScalarSelect, _forScalarCondition, _forColumnQuery);
         if (xhasSyncQyCall()) // inherits it
         {
             _mst従業員マスタ.xsetSyncQyCall(new Mst従業員マスタSpQyCall(xsyncQyCall()));
         }
     }
     return(_mst従業員マスタ);
 }