this one has been passing for quite a while now
[mcs.git] / class / System.Data.Linq / README
blobac19cc4c60489c1ff3d38b780f9bd5bbf4186cf4
1 We implement Linq to SQL by integrating DBLinq effort:
2 http://linq.to/db 
4 Basically, we just copy DBLinq sources ("src" directory) into our tree,
5 and remove irrelevant/not-yet-supported sources.
7 For DBLinq documentations, check their project website and sources.
9 Any contributions should be sent to DBLinq project unless there is
10 reason to not do so.