C# How to pass Linq in an interface - MarshalByRefObject
问题 This is a follow up question from here but is of totally different nature. The reason i mention it is because I wanted to provide premise. Basically I'll have a few Datatables (or serialize classes) that will contain over a million rows and will be very hard to return from SQL. So using an example I found I derived a TCP Channelservices utilizing MarshalByRefObject to return the top x rows. However this really isn't powerful enough for what I want to do. I'm curious out of the code below, how