I don\'t get what is the syntax difference between regular connection and connection pool.
When I\'m using the using key such as:
using
The SQL connection defaul is connection pooling. (Max Pool Size=100)
You can config you connection pool from connection string.
You can find more informamtion about connection string from here.