On Thu, Apr 8, 2010 at 3:37 PM, Kurt Wendt <kurtwe...@waitex.com> wrote:
> Actually - I duplicate the code to be changed - then comment the 1st version 
> and then modify the 2nd copy. And, I put my initials & date above the 1st set 
> of commented code.
>
> Understand - we have lots of different clients - and many of them have highly 
> customized systems - and its those customizations I am commenting.
>
------------


                 //       Linq method that was taken out for speed reasons
                //        and it is ONLY an inner join 4-1  SCR
                //        var oCL = (from chg in oCharges
                //                       join dis in oDispos on
                //                       new { ID1 =
chg.bookingNumber, ID2 = chg.indictmentNumber, ID3 =
chg.chargeSequence } equals
                //                       new { ID1 =
dis.bookingNumber, ID2 = dis.indictmentNumber, ID3 =
dis.chargeSequence }

                //                       select new ChargeLine
                //                       {
snip*-*-*-*-*


Granted it was a lot of green text, but I could go back to it if I wanted to!

-- 
Stephen Russell

Sr. Production Systems Programmer
CIMSgts

901.246-0159 cell

_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/i2zc4313dbe1004081352p3679f820lac4709791cdff...@mail.gmail.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to