Project Description

The Linq To Oracle project provides a custom query provider for Oracle databases.

Features

Roadmap

Coming soon

How to create a project

When you want that your project supports Linq To Oracle, you should :
<Import Project="C:\Program Files\LINQ Preview\Misc\Linq.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
using System.Data;
using System.Data.DLinq;
using System.Data.DLinq.OracleClient;
using BusinessEntities;

[ProviderAttribute(typeof (OracleContext))]
public partial class Repository : DataContext