How do you expose a LINE query as an ASMX web service? Usually, from the business tier, I can return a typed DataSet or DataTable which can be serialized for transport over ASMX.
How can I do the same for a LINE query? Is there a way to populate a typed DataSet or DataTable via a LINE query?
Code is attached.
How can I get the resultset of a LINE query into a DataSet or DataTable? Alternatively, is the LINE query serializeable so that I can expose it as an ASMX web service?