Does entity framework support connection pooling ?

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
aloneldi
Posts: 2
Joined: Thu 23 Apr 2009 11:34

Does entity framework support connection pooling ?

Post by aloneldi » Mon 27 Apr 2009 06:35

Does dotconnect for oracle support connectiong pooling using entity framework ?

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Mon 27 Apr 2009 08:51

Yes, it does.
The support for connection pooling is available at the connection string level, and can be set using the connection string Pooling parameter.

Post Reply