We already use this, but my understanding is that it does not support the following example:Call a stored procedure that does the following:Select * from ContactSelect * from Mailing join Contact on Contact.contactId = Mailing.contactId And then return these both as one set of results.I have to...