コード例 #1
0
 public Mst客室タイプマスタCBSpecification Specify()
 {
     if (_specification == null)
     {
         _specification = new Mst客室タイプマスタCBSpecification(this, new MySpQyCall(this), _forDerivedReferrer, _forScalarSelect, _forScalarCondition, _forColumnQuery);
     }
     return(_specification);
 }
コード例 #2
0
 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客室タイプマスタ);
 }