GetConnectionPoolString(String, Int32, Int32)
static
|
connectionString, poolSize, maxConnections
|
Gets a connection pool’s connection string based on a specified standard connection string, pool capacity, and connection limit.
|
GetConnectionPoolString(String, Int32)
static
|
connectionString, poolSize
|
Gets a connection pool’s connection string based on a specified standard connection string and pool capacity.
|
GetConnectionPoolString(String)
static
|
connectionString
|
Gets a connection pool’s connection string based on a specified standard connection string. The pool’s capacity and connection limit are set to default values.
|