コード例 #1
0
 internal override void VisitBOOrderRelationCommand(Commands.AddOrderRelationCommandBase command)
 {
     this.ParseCommon((Commands.AddDataRowBOOrderRelationCommand)command);
     command.CreateOrderRelation();
 }
コード例 #2
0
 internal override void VisitPhysicalOrderRelationCommand(Commands.AddOrderRelationCommandBase command)
 {
     this.ParsePhysical((Commands.AddDataRowPhysicalOrderRelationCommand)command);
     command.CreateOrderRelation();
 }