Data Provider

Npgsql - .NET Access to PostgreSQL

About

Npgsql is an open source ADO.NET Data Provider for PostgreSQL, it allows programs written in C#, Visual Basic, F# to access the PostgreSQL database server. It is implemented in 100% C# code, is free and is open source.


In addition, providers have been written for Entity Framework Core and for Entity Framework 6.x.

 public Transaction() { }

      ///
No Transaction for Database.
      public const int  None = 1;
      ///
Transaction for Connections Separately.
      public const int Yes = 2;
       ///
    One Transaction for All Connections without connection Transaction.
       public const int  TS = 3;
        ///
   One Transaction for All Connections with connection Transaction.
        public const int TSNT = 4;

Comments

Post a Comment

Popular posts from this blog

Travel RESUME CV

PTE