Hello
Could someone point me in the right direction to be able to translate this query to LLBLGen code.
I have a table called Processed, it contains ChannelID, TransactionID and TransactionIndex. The table is keyed by a conjuction of TransactionID and TransactionIndex.
I need to pull a certain ChannelID number and I would like all the repeating transaction IDs for the transactionID that I pull. I know I could do this with two fetches, where the first would pull the first entry and the next fetch would filter on TransactionID and pull my other records, but is there a way to do this with one fetch?
Please let me know.
Thank you,
Bruno Valle