Back to Devexpress

XpoDefault.GetConnectionPoolString Method

xpo-devexpress-dot-xpo-dot-xpodefault-dot-getconnectionpoolstring.md

latest1014 B
Original Source

XpoDefault.GetConnectionPoolString Method

NameParametersDescription
GetConnectionPoolString(String, Int32, Int32) staticconnectionString, poolSize, maxConnectionsGets a connection pool’s connection string based on a specified standard connection string, pool capacity, and connection limit.
GetConnectionPoolString(String, Int32) staticconnectionString, poolSizeGets a connection pool’s connection string based on a specified standard connection string and pool capacity.
GetConnectionPoolString(String) staticconnectionStringGets 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.