[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Enum controlling connection lifecycle.
The following tables list the members exposed by the ConnectionLifecycleEnum type.
Public Fields
Name | Description | |
---|---|---|
![]() ![]() | POOLED | Obtain a new connection each lookup closing the connection when done. |
![]() ![]() | RETAIN | Retain connection between lookups, not getting a new connection each lookup. |