internal override void VisitBOOrderRelationCommand(Commands.AddOrderRelationCommandBase command)
 {
     this.ParseCommon((Commands.AddDataRowBOOrderRelationCommand)command);
     command.CreateOrderRelation();
 }
 internal override void VisitPhysicalOrderRelationCommand(Commands.AddOrderRelationCommandBase command)
 {
     this.ParsePhysical((Commands.AddDataRowPhysicalOrderRelationCommand)command);
     command.CreateOrderRelation();
 }