Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README « System.Data.Linq « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ac19cc4c60489c1ff3d38b780f9bd5bbf4186cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
We implement Linq to SQL by integrating DBLinq effort:
http://linq.to/db 

Basically, we just copy DBLinq sources ("src" directory) into our tree,
and remove irrelevant/not-yet-supported sources.

For DBLinq documentations, check their project website and sources.

Any contributions should be sent to DBLinq project unless there is
reason to not do so.