markrendle / Simple.Data

A light-weight, dynamic data access component for C# 4.0
MIT License
1.33k stars 303 forks source link

Does Simple.Data support Union? #300

Closed nripendra closed 11 years ago

nripendra commented 11 years ago

It seems simple.data supports joins but doesn't support unions, or am I missing something?

markrendle commented 11 years ago

No, unions are not currently supported.

Mark Rendle Founder & CEO Oort Corporation Makers of Zudio https://zud.io/

On Mon, Jul 29, 2013 at 12:45 PM, nripendra notifications@github.comwrote:

It seems simple.data supports joins but doesn't support unions, or am I missing something?

— Reply to this email directly or view it on GitHubhttps://github.com/markrendle/Simple.Data/issues/300 .

nripendra commented 11 years ago

Thanks for clarifying, Mark.