コード例 #1
0
 public void RemoveFromSqlConnectionPool(string connectionString)
 {
     _sqlConPool.RemoveConnection(connectionString.ToLower());
 }