DbLinq is THE LINQ provider that allows to use common databases with an API close to Linq to SQL. It currently supports (by order of appearance): MySQL, Oracle, PostgreSQL, SQLite, Ingres, Firebird... And still SQL Server. The DbLinq provider assemb
//注意:一定要添加这个:
//项目->添加引用->.NET->System.Data.OracleClient.dll
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.OracleClient;
using System.Data;
namespace LinkOrcale
{
class Prog