Skip to main content
A newer version of this page is available. .

XpoDefault.GetConnectionPoolString(String) Method

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.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

public static string GetConnectionPoolString(
    string connectionString
)

Parameters

Name Type Description
connectionString String

A String value which specifies the parameters required to establish a connection.

Returns

Type Description
String

A String value which specifies the parameters needed to establish a connection pool’s connection.

Remarks

This function calls the other GetConnectionPoolString overloaded function with null (Nothing in Visual Basic) passed as the poolSize and maxConnections parameters.

The following code snippets (auto-collected from DevExpress Examples) contain references to the GetConnectionPoolString(String) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also